Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 619 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 619 Bytes

AsyncAPI Design System

🌳 Environment Setup

🕹️ How to setup storybook locally

  • Install all essential prerequisites before launching the Storybook environment locally. To install the dependencies, run the command below:

    npm install
  • Now that you've installed all of the node modules in your project, you can launch the Storybook environment. To get started, type the command below:

    npm run storybook
  • By default, this will launch your local Storybook environment on port 6006.