modernweb-dev / web

Guides, tools and libraries for modern web development.
https://modern-web.dev
MIT License
2.21k stars 286 forks source link

Storybook docs do not explain how to view the storybook. #2338

Open krisnye opened 1 year ago

krisnye commented 1 year ago

https://modern-web.dev/guides/dev-server/storybook/

The guide contains Setup instructions but does not include any instructions on how to actually view the Storybook.

Westbrook commented 1 year ago

You'd run Web Dev Server with a reference to your Storybook Config, e.g. web-dev-server --config wds-storybook.config.js where would you say is a good place in the docs to include something like this? Could we interest you in a contribution to include it?