react-circular-progressbar/CONTRIBUTING.md
2018-06-24 11:43:16 -07:00

156 B

Contributing

To run demo locally on localhost:8080:

yarn install
yarn start

Keep tests passing by running yarn test and yarn run lint.