react-github-calendar-dipanshu
v4.0.1
Published
A flexible React component to display a GitHub contributions graph
Downloads
2
Readme
React GitHub Calendar
A React component to display a GitHub contributions graph based on
react-activity-calendar
.
Installation
yarn add react-github-calendar
Development
Start watch mode for library first:
yarn
yarn dev
Then start watch mode of example page:
cd example
yarn
yarn dev
Open http://localhost:3000.
Publish a new release
npm publish --dry-run
# When you're happy
npm publish --access=public
Update demo page
yarn deploy