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

asyncapi-archived-repos/design-system

Folders and files

NameName
Last commit message
Last commit date
Apr 27, 2023
Apr 3, 2023
Apr 3, 2023
Mar 22, 2022
Apr 3, 2023
Feb 16, 2022
May 24, 2022
Apr 3, 2023
Mar 3, 2022
May 24, 2022
May 12, 2022
Feb 14, 2022
Apr 3, 2023
Apr 3, 2023
Apr 3, 2023
Apr 3, 2023
Apr 3, 2023
Apr 3, 2023
Apr 3, 2023

Repository files navigation

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.