Skip to content
Start in Cloud

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 dev for the full live-reload stack
  • make dev-seed for a seeded local workspace
  • frontend verification with npm run fmt:check, npm run lint, and npm 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.