superset/superset-frontend/temporary_superset_ui/superset-ui/docs/storybook.md
Yongjie Zhao f552abaa42 refactor: replace yarn with npm (#1405)
* refactor: replace yarn with npm

* revert npm requirement back to 14 for vercel

* disable build Storybook job

* fix linting errors

* update lock file

* rebase master and bump encodable/color to 1.1.1

* update package-lock.json

update lock file

* change node version format to satisfy vercel

* remove restriction on @encodable/color

* rename yarn.lock to package-lock.json

* add resolved in lock file and restriction on @encodable/color

* install dependences by npm ci

Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com>
2021-11-26 11:47:34 +08:00

386 B

Using Storybook

You can demo your changes by running the storybook demo locally with the following commands:

npm ci
npm run build
npm run storybook

The Storybook will automatically build from the source code when package names start with @superset-ui/.