Skip to content

Repository files navigation

API Server

Development

Install dependencies:

bun install

Run the development server:

bun run dev

Start the server with auto-migrations enabled:

bun run start

Typecheck the project:

bun run typecheck

Run tests:

bun test

OpenCode

This repo includes project-level OpenCode config in opencode.json plus repo-specific commands in .opencode/commands/.

Useful commands inside OpenCode:

  • /typecheck runs bun run typecheck
  • /test runs the most appropriate Bun test command
  • /verify runs typecheck first, then focused or full tests

Project-specific OpenCode guidance lives in AGENTS.md.

Releases

Packages

Contributors

Languages