A public React library providing UI components and making it simple for you to build web application
In the project directory, you can run:
Runs the storybook in the development mode.
Open http://localhost:6006 to view it in the browser.
yarn storybook
Format Code
yarn lint
yarn format
Builds the app for publishing as NPM Package to the dist
folder.
yarn build