react-github-calendar

A React component to display a GitHub contributions calendar

MIT License

Downloads
13.5K
Stars
433
Committers
3

React GitHub Calendar

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

Demo and documentation

Installation

pnpm install react-github-calendar

Development

Start watch mode for the library first:

pnpm install
pnpm dev

Then start watch mode of example page:

cd example
pnpm install
pnpm dev

Open http://localhost:3000.

Publish a new release

npm publish --dry-run

# When you're happy
npm publish --access=public

Update demo page

pnpm run deploy
Package Rankings
Top 2.79% on Npmjs.org
Badges
Extracted from project README
CI