-
Notifications
You must be signed in to change notification settings - Fork 12
Getting Started
BhakareAbhishek edited this page May 2, 2024
·
15 revisions
- Install Node Module: Use npm run install-all to install the required Node.js modules for your project.
npm run install-all
- Run the Storybook: Execute npm run storybook to start the Storybook development server.
npm run storybook
- Build Storybook: Generate a production build of Storybook using npm run build-storybook.
npm run build-storybook
- Check the npm package: Build your project using npm run build, which typically compiles your code and assets for deployment.
npm run build-storybook