Powered by Astro. Uses bun.
- Run the following command to start a local postgres container:
docker compose -f docker-compose.dev.yaml up -d
- Run migrations to create the initial database schema:
bunx drizzle-kit migrate
- Now run the dev server (which uses native Bun):
bun --bun run dev
See Drizzle Docs
- Pull latest docker image:
docker pull ghcr.io/quadranto/quadranto.cloud:latest
# or
docker compose pull app
- Run Drizzle migrations within production container, if needed:
bunx drizzle-kit migrate