Thanks for your interest in contributing!
- Fork and clone the repo
- Install dependencies:
npm install - Build the project:
npm run build - Run tests:
npm test
- Source code is in
src/ - Sound manifest is at
src/manifest.json - Website/docs are in
website/
- Open an issue first for major changes
- Keep PRs focused on a single change
- Add tests for new features
- Run
npm run lintandnpm testbefore submitting
Sound files go in sounds/<category>/. Run npm run build:sounds to regenerate the manifest.
By contributing, you agree that your contributions will be licensed under the MIT License.