We use pnpm for package management and bun as the runtime.
- Install project dependencies:
pnpm i
- Set up the
.env
file with database credentials and OAuth2 provider secrets - Start the database:
docker compose up -d
- Migrate the database:
pnpm db:migrate
- Run the project:
bun dev
- Open http://localhost:3000/ in your browser