Skip to content

Commit

Permalink
Clarify README per #10081
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Mar 10, 2020
1 parent ba8f9b9 commit 2980d32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/standalone-preview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ To view the stories in the storybook UI:

```
cd ../official-storybook
yarn storybook --preview-url=http://localhost:1337/iframe.html
npm storybook -- --preview-url=http://localhost:1337/iframe.html # or yarn
```

This runs the Storybook dev server, but instead of showing `official-storybook`'s stories, it attaches to the `parcel` dev server, lists its stories in the navigation, and shows its stories in the preview iframe.

> NOTE: This can be run from any working storybook, not just `official-storybook`!

0 comments on commit 2980d32

Please sign in to comment.