Run the application
Development
Section titled “Development”bun run devThe server listens on port 3000.
Production build
Section titled “Production build”bun run buildbun run db:migratebun run startThe build writes the Node server to .output/server/index.mjs. Set PORT and HOST when your platform requires them.
Validation
Section titled “Validation”bun run lintbun run typecheckbun run testbun run buildVITE_DEMO_MODE=true bun run devDemo mode does not require PostgreSQL.