Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 898 Bytes

README.md

File metadata and controls

50 lines (33 loc) · 898 Bytes

React GitHub Calendar

CI

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

Screenshot

Demo and documentation

Installation

npm 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 deploy