Thanks for taking the time to review or contribute to Cache.
- Read the current README and docs so the proposed change matches the shipped product.
- Keep changes scoped. This repo is already active, so unrelated cleanup should be separate.
- Prefer the smallest correct change over a broad refactor.
npm install
cp .env.example .env.local
npm run devCreate the required secrets in .env.local, then open http://localhost:3000/setup to create the first owner account.
Run the strongest relevant checks before asking for review:
npm run typecheck
npm run lint
npm run test
npm run buildOr run everything together:
npm run verify- Explain the user-facing change clearly.
- Call out any behavior changes or docs updates.
- Include screenshots for landing page, docs, or other public UI changes when helpful.
- Avoid bundling unrelated cleanup into the same PR.
If you change setup, CLI, API, or public UI behavior, update the relevant docs in content/docs/ and the README in the same change.
Participation in this repository is governed by CODE_OF_CONDUCT.md.