Quick Setup
Fast checklist for getting productive in under 10 minutes.
- Clone the repository and install frontend dependencies.
- Install backend requirements and start the API service.
- Set frontend API URL if running full-stack mode.
- For docs-only mode, run static export and host with GitHub Pages.
cd frontend npm ci npm run build
