Files
backstage/storybook
dependabot[bot] e6898928a4 chore(deps): bump terser from 4.8.0 to 4.8.1 in /storybook
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 07:50:41 +00:00
..
2022-07-09 10:25:29 +02:00
2022-01-31 10:15:17 +01:00
2022-07-08 17:01:42 +02:00
2022-01-21 13:38:56 +01:00
2022-07-09 10:25:29 +02:00
2022-01-21 13:38:56 +01:00

storybook

This package provides a Storybook build for Backstage. See https://backstage.io/storybook/.

Usage

To run the storybook locally, call yarn storybook in repo root. This will show the default set of stories that we publish to https://backstage.io/storybook

If you want to show stories other than the default set, you can pass one or more package paths as an argument when calling storybook, for example:

yarn storybook plugins/search

Why is this not part of @backstage/core-components?

This separate storybook package exists because of dependency conflicts with @backstage/cli. It uses nohoist to avoid the conflicts, and since you can only use that in private packages it has to be separated out of @backstage/core-components.