mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-31 05:03:21 +08:00
Storybook Web Components Demo
This example directory represents the application you wish to integrate storybook into.
Run yarn install
to sync Storybook module with the source code and run yarn storybook
to start the Storybook.
When developing things in @storybook/web-components
you can run yarn build web-components --watch
in the root folder of the monorepo and both changes in the example code or in @storybook/web-components
will be reflected in the UI.