HitKeep Development Guide
The old HitKeep development guide route now lives at the Contributing guide.
Use that page for the maintained local workflow, including:
make devfor the full live-reload stackmake dev-seedfor a seeded local workspace- frontend verification with
npm run fmt:check,npm run lint, andnpm run test -- --watch=false --no-progress - real browser end-to-end coverage with
npm run e2e
If you landed here from an older README or bookmark, start with Contributing.