Run these from the repository root.
| Command |
Description |
bash scripts/install.sh |
Verify/install BuildKit, Railpack, gVisor; compose up; db push |
pnpm install:host |
Alias for bash scripts/install.sh |
| Command |
Description |
pnpm dev |
Start web control plane on :3000 |
pnpm site:dev |
Start Astro docs site on :4321 |
pnpm check |
Lint, format check, and tests |
pnpm test |
Run test suite |
pnpm typecheck |
Typecheck all packages |
| Command |
Description |
pnpm infra:up |
Start MinIO, Caddy, platform Redis via compose |
pnpm infra:down |
Stop platform services |
pnpm infra:ps |
Show compose service status |
| Command |
Description |
pnpm db:push |
Apply control-plane schema |
pnpm db:generate |
Generate Drizzle migrations |
pnpm db:migrate |
Run migrations |
pnpm db:studio |
Open Drizzle Studio |
| Command |
Description |
pnpm build |
Build web app |
pnpm site:build |
Build static docs site |
pnpm site:deploy |
Build + deploy site to Cloudflare Workers |
pnpm e2e |
Docker-backed API smoke test |