- Bun
- Supabase Postgres database
bun install
cp .env.example .env
# Fill in your .env values
bun run devbun testThere are 142 integration tests covering all API endpoints.
- Fork the repo
- Create a feature branch (
git checkout -b my-feature) - Make your changes
- Run
bun testandbun run typecheckto verify nothing is broken - Open a pull request against
main
This project uses Biome for linting. Run bun run lint to check.