This is the repo for components used in the PeerJ style guide.
The components can be previewed in GitHub pages Storybook.
npm install
npm run storybook:serve
npm run storybook:build
To deploy the storybook build to GitHub pages run:
npm run storybook:deploy
npm run lint