Copy .env.example to .env and set the correct environment variables.
cp .env.example .env
Start the development server with:
docker compose -f docker-compose.dev.yml up --build
To shutdown the server and remove associated volume, run:
docker compose -f docker-compose.dev.yml down -v
Generate the documentation with:
bun run docs
Show Docs
bun run docs:serve