Make sure to install the dependencies:
npm installTo preview and develop UI components using Storybook, run the following command:
npm run storybookStorybook will be accessible at http://localhost:6006
Start the development server on http://localhost:3000
Run command:
npm run dev
To see what a build for production looks like
Rum command:
npm run build
git commit ./ -m "<message>"
git push origin <branch>
npm version patch
npm run build
npm publish