Contributing
Fork and then clone the repo
git clone git@github.com:your-username/react-color.git
Install all npm scripts:
npm install
Make Changes. If you want to contribute check out the help wanted issues for things that need fixing.
To run the docs server locally run npm run docs and open http://localhost:9100/docs/. If you end up making any changes to the documentation or documentation site make sure to run npm run docs-dist when creating a pull request.
Before submitting a pull request run npm run test to run the unit-tests and npm run eslint to check for linting errors in your changes.