Automatic pull request summarizer
Once cloned, you can run the setup script to get everything initialized:
bun run setup
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
The project comes with some useful scripts.
bun check - Perform a full check of the repo (lint, format, test, and type-check)
bun fix - Fix any lint and formatting issues
bun lint - Lint the repository
bun format:check - Check the formatting of the repository
bun format - Fix any formatting issues
bun run outdated - Find any outdated packages
This project is powered by Crosshatch by Catena Labs.