This is a ReactJS component collection that WellByCare uses for its projects. The development has been done using Storybook.
Here is a preview of our Storybook.
To run locally the project execute npm run storybook
.
To deploy storybook: npm run deploy-storybook
.
Create a release:
- npm version [patch, minor, major]
- npm run build
- npm publish
More info will come soon.