Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 619 Bytes

File metadata and controls

19 lines (12 loc) · 619 Bytes

AsyncAPI Design System

🌳Environment Setup

🕹️How to setup storybook locally

  • Before starting the Storybook environment locally, install all the required dependencies. Run the command below to install the dependencies:
  npm install --save-dev
  • Now, as you have all the node_modules installed in your project, you can start the Storybook environment. Run the command below to start it:
  npm run storybook
  • This will start your local Storybook environment on port 6006 by default.