Development¶
Main Processes¶
During local development you usually run:
- backend server
- frontend dev server
- optional remote worker
- optional docs server
Backend¶
From backend/:
Optional worker:
Frontend¶
From frontend/:
Docs¶
From the repo root:
Useful Backend Commands¶
Run tests:
Sync example content:
Seed the local registry:
CLI¶
Build or run the CLI from:
backend/cmd/ctl
Example:
Frontend Quality Checks¶
From frontend/:
Docs Deployment¶
The repository now includes:
.github/workflows/docs.yml
That workflow installs the docs dependencies and deploys the generated site.