Quick Setup

Fast checklist for getting productive in under 10 minutes.

  1. Clone the repository and install frontend dependencies.
  2. Install backend requirements and start the API service.
  3. Set frontend API URL if running full-stack mode.
  4. For docs-only mode, run static export and host with GitHub Pages.
cd frontend
npm ci
npm run build