Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 706 Bytes

File metadata and controls

26 lines (17 loc) · 706 Bytes

Contributing

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.

Environment

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.

Development Setup

  1. Fork the repository and clone it to your local machine.
  2. Install dependencies using npm install.
  3. Make your changes.
  4. Commit your changes and push them to your fork.
  5. Open a pull request against the main repository.