Skip to content

Development

github-actions[bot] edited this page Feb 6, 2026 · 2 revisions

Development

Setup

bun install          # Install dependencies
bun run dev          # Development mode
bun test             # Run tests
bun run build        # Build for production

Requirements

  • Node.js >= 18.0.0
  • Claude Code CLI

See also: Contributing | Project Structure

Clone this wiki locally