mirror of
https://github.com/kevinsqi/react-circular-progressbar.git
synced 2026-01-25 16:03:15 +00:00
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.1.2. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.12...v4.1.2) Signed-off-by: dependabot[bot] <support@github.com>
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.
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