Skip to main content

Storybook

Instructions

To get started with storybook development:

  1. cd to the '@gravis-os/ui' package cd packages/ui.
  2. Run the following commands
// Install deps
yarn install
npx msw init public/

// Run env
yarn storybook
  1. Go to http://localhost:6006 to view the storybook app running.