Thank you for your interest in contributing!
We use Bun as our package manager and runtime. Please make sure you have it installed before you start.
- Clone the repository
- Run
bun installto install the dependencies - Create a
.envfile by copying the.env.examplefile and filling in the valuescp .env.example .env
- Run
bun db:pushto push the database schema to the database - (Optional) Run
bun db:seedto seed the database - Run
bun devto start the development server
We use Biome for linting and formatting.
To run the linter and formatter, run bun fix.