Contributions are welcome! Please feel free to submit issues and pull requests.
By contributing to this project, you agree that your contributions will be licensed under the MIT License.
To report issues, please use the issue tracker.
Make sure you have Node.js and npm installed on your machine. You can check your versions with:
node -v
npm -v
This project has been tested with Node.js v25.x and npm v11.x.
- Fork the repository and clone it to your local machine.
- Install dependencies using
npm install. - Make your changes.
- Commit your changes and push them to your fork.
- Open a pull request against the main repository.