mirror of
https://github.com/kevinsqi/react-circular-progressbar.git
synced 2025-12-08 20:25:50 +00:00
react-circular-progressbar demo site
Developing
In the parent react-circular-progressbar directory, run:
yarn link
yarn start
In this repo, run:
yarn link react-circular-progressbar
yarn start
The demo site will be running at localhost:3000. Now, any changes that are made to react-circular-progressbar source will be live-reloaded on the demo site.
Upgrading version
yarn upgrade react-circular-progressbar@../
Deploying
This site is hosted on github pages at https://www.kevinqi.com/react-circular-progressbar. Deploy new updates by running in this directory:
yarn run deploy