A React component to display a GitHub contributions graph based on
react-activity-calendar
.
Please read the following how to upgrade from v2 to v3 and a list of breaking changes:
https://grubersjoe.github.io/react-github-calendar/#upgrade
yarn add react-github-calendar
Start watch mode for library first:
yarn
yarn start
Then start watch mode of example page:
cd example
yarn
yarn start
Open http://localhost:3000.
npm publish --dry-run
# When you're happy
npm publish --access=public
yarn deploy