Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 511 Bytes

File metadata and controls

34 lines (25 loc) · 511 Bytes

Contributing

Development Setup

  1. Install dependencies:
pnpm install
  1. Copy env template:
cp .dev.vars.example .dev.vars
  1. Start local runtime:
pnpm dev

Validation

Run before opening a PR:

pnpm test

Pull Requests

  • Keep PRs focused and minimal.
  • Add or update tests for behavior changes.
  • Document user-facing changes in README.md when relevant.

Commit Style

Any clear commit style is acceptable. Prefer concise, imperative messages.