Bun should be installed on your system
- Run
cp env-example .env
and adjust the env variables (if needed) - Run
bun install
to install all deps - Run
docker compose -f compose-dev.yml up --build
to start up all needed services (DB, Queue, etc) - Run
bun migrate:dev
to apply all migrations - Run
bun dev
to start the dev server
To acess to the running DB you can use the appropriate script: bash ./scripts/dev/enter-db.sh
- ...