4.0.1 • Published 2 years ago

react-github-calendar-dipanshu v4.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

React GitHub Calendar

CI

A React component to display a GitHub contributions graph based on react-activity-calendar.

Screenshot

Demo and documentation

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
4.0.1

2 years ago