Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 663 Bytes

File metadata and controls

35 lines (23 loc) · 663 Bytes

react-calendar-heatmap demo site

Developing

In the parent react-calendar-heatmap directory, run:

yarn link
yarn start

In this repo, run:

yarn link react-calendar-heatmap
yarn start

The demo site will be running at localhost:3000. Now you can make changes to react-calendar-heatmap and they'll be reflected on the demo site.

Upgrading versions

To upgrade the version of react-calendar-heatmap used in the demo, you can do:

yarn upgrade react-calendar-heatmap@../

Deploying

This site is hosted on github pages at https://www.kevinqi.com/react-calendar-heatmap/. Deploy new updates by running:

yarn run deploy