mirror of
https://github.com/kevinsqi/react-circular-progressbar.git
synced 2026-01-25 16:03:15 +00:00
11 lines
156 B
Markdown
11 lines
156 B
Markdown
# Contributing
|
|
|
|
To run demo locally on localhost:8080:
|
|
|
|
```bash
|
|
yarn install
|
|
yarn start
|
|
```
|
|
|
|
Keep tests passing by running `yarn test` and `yarn run lint`.
|