superset/superset-frontend/temporary_superset_ui/superset-ui/docs/storybook.md

11 lines
385 B
Markdown
Raw Normal View History

2019-09-19 03:07:24 -04:00
## Using Storybook
You can demo your changes by running the storybook demo locally with the following commands:
```sh
yarn install
yarn build
yarn storybook
```
2019-09-20 14:21:31 -04:00
The Storybook will [automatically build from the source code](https://github.com/apache-superset/superset-ui/blob/master/packages/superset-ui-demo/.storybook/main.js#L49-L58) when package names start with `@superset-ui/`.