Thanks for your interest in contributing!
- Install Node.js (>= 22)
- Install dependencies:
npm install - Run checks:
npm test - Build:
npm run build
- Keep changes focused and easy to review.
- Include a clear description of the problem and the approach.
- Add/adjust tests when applicable.
- Ensure
npm testpasses.