Local development
Prereqs: Node LTS, pnpm, Docker.
pnpm installdocker compose -f infra/docker/compose.yaml up -d --wait # Postgres · Valkey · MinIO · Mailpitpnpm db:migratepnpm dev # api + web + worker via turbo- Web: http://localhost:3000 · API: http://localhost:3001 · Mailpit UI: http://localhost:8025
- Sign up locally; grab the verification link from Mailpit.
Verification ladder
Section titled “Verification ladder”pnpm lint && pnpm typecheck && pnpm testpnpm test:integration # needs the compose stackpnpm --filter @scopekite/web e2e # builds served by next start — run pnpm build firstpnpm build && pnpm check:apiPort conflicts: if another Postgres owns 5432, run the compose file with an override
mapping ScopeKite’s Postgres elsewhere and point DATABASE_URL /
TEST_DATABASE_URL / E2E_DATABASE_URL at it — the test harnesses read all three.
Full details: README and TEST_STRATEGY.