Instructions for Claude Code when working in this repository.
forkzero.ai — Marketing website for Forkzero. React 19 + Vite + TypeScript SPA. Hosted on S3 (forkzero-web-prod) + CloudFront.
# Install dependencies
npm ci
# Dev server
npm run dev
# Pre-commit gate (ALWAYS run before committing)
make pre-commit
# Pre-push gate (ALWAYS run before pushing)
make pre-pushImportant: Always run make pre-commit before any commit and make pre-push before any push. This matches what CI checks and prevents push-then-fix cycles.
- "Forkzero" in prose, "FORKZERO" in logo (FORK bold, ZERO thin)
- Never "ForkZero"
Install URLs and commands are defined in src/constants.ts. Import from there rather than hardcoding URLs.