Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 398 Bytes

File metadata and controls

23 lines (17 loc) · 398 Bytes

Contributing

Local setup

pnpm install
cp .env.example .env.local
pnpm typecheck
pnpm digest:dry-run

Rules

  • Do not commit .env.local or any real SMTP credentials.
  • Keep the project focused on one pipeline: collect -> rank -> report -> send.
  • Prefer small, auditable changes over broad refactors.

Before opening a PR

pnpm typecheck
pnpm digest:dry-run