Install dependencies:
bun installRun the development server:
bun run devStart the server with auto-migrations enabled:
bun run startTypecheck the project:
bun run typecheckRun tests:
bun testThis repo includes project-level OpenCode config in opencode.json plus repo-specific commands in .opencode/commands/.
Useful commands inside OpenCode:
/typecheckrunsbun run typecheck/testruns the most appropriate Bun test command/verifyruns typecheck first, then focused or full tests
Project-specific OpenCode guidance lives in AGENTS.md.