Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 824 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 824 Bytes

timeline-calendar

A calendar view for timelines based on MUI date picker.

Demo

Storybook

Storybook is used to demo the components and for documentation of the library.

Install packages

Before running storybook, run the command below to install packages required:

yarn

Run Storybook

To run storybook, run the command below:

yarn storybook

Build and Deployment

To deploy the storybook using GitHub Pages, first build the storybook by running:

yarn build-storybook

Then deploy to GitHub Pages using the gh-pages package:

yarn run deploy-storybook