A calendar view for timelines based on MUI date picker.
Storybook is used to demo the components and for documentation of the library.
Before running storybook, run the command below to install packages required:
yarn
To run storybook, run the command below:
yarn storybook
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