## Using Storybook

You can demo your changes by running the storybook demo locally with the following commands:

```sh
yarn install
yarn build
yarn storybook
```

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/`.
