4.0.1 • Published 2 years ago
react-github-calendar-dipanshu v4.0.1
React GitHub Calendar
A React component to display a GitHub contributions graph based on
react-activity-calendar.

Installation
yarn add react-github-calendarDevelopment
Start watch mode for library first:
yarn
yarn devThen start watch mode of example page:
cd example
yarn
yarn devOpen http://localhost:3000.
Publish a new release
npm publish --dry-run
# When you're happy
npm publish --access=publicUpdate demo page
yarn deploy4.0.1
2 years ago