0.1.0 • Published 2 years ago

@khudadad414/studio-ui v0.1.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 years ago

AsyncAPI Design System

:deciduous_tree: Environment Setup

new line fix

:joystick: 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.