A React component to display a GitHub contributions graph based on react-activity-calendar.
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 