Skip to content

catena-labs/crosshatch-reviewer

Repository files navigation

Crosshatch Reviewer

Automatic pull request summarizer

Installation

Once cloned, you can run the setup script to get everything initialized:

bun run setup

Usage

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.

Scripts

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.