Thank you for your interest in contributing.
- Clone the repo
- Run
pnpm install - Run
pnpm devto start development
- Branch from
main - Write tests for new functionality
- Run
pnpm lint && pnpm typecheck && pnpm testbefore submitting - Keep PRs focused — one feature or fix per PR
This project uses ESLint and Prettier. Run pnpm lint to check.