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.