Thank you for considering contributing to react-number-easing!
- Fork the repository and create your branch from
main. - Install dependencies:
npm install - Run tests:
npm test - Run linter:
npm run lint - Build the project:
npm run build - Submit a pull request with a clear description of your changes.
- Use Prettier for formatting:
npm run format - Follow ESLint rules.
If you find a bug or have a feature request, please open an issue on GitHub.