Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 351 Bytes

File metadata and controls

12 lines (8 loc) · 351 Bytes

Contributing to Recker

Welcome! The full contributor guide lives at docs/contributing.md.

Quick start:

  • Node.js 18+, npm (repo ships a package-lock)
  • Install deps: npm install
  • Run tests: npm test
  • Build: npm run build

For publishing or deeper guidance, see the docs site or open an issue/discussion on GitHub. PRs are very welcome.