Skip to content
Live demo

Run the application

bun run dev

The server listens on port 3000.

bun run build
bun run db:migrate
bun run start

The build writes the Node server to .output/server/index.mjs. Set PORT and HOST when your platform requires them.

bun run lint
bun run typecheck
bun run test
bun run build
VITE_DEMO_MODE=true bun run dev

Demo mode does not require PostgreSQL.