Storybook
Instructions
To get started with storybook development:
- cd to the '@gravis-os/ui' package
cd packages/ui
. - Run the following commands
// Install deps
yarn install
npx msw init public/
// Run env
yarn storybook
- Go to
http://localhost:6006
to view the storybook app running.