doc: Update link to storybook templating folder

* After moving create package in another repositories, a link in storybook.md isn't up to date.
This commit is contained in:
Benjamin Parisel
2020-11-30 13:08:47 +01:00
committed by Lars den Bakker
parent f1816257a9
commit c0a5f057bd

View File

@@ -45,7 +45,7 @@ When looking to have the Storybook configuration files added to you project, be
### Manual
- `yarn add @open-wc/demoing-storybook --dev`
- Copy at minimum the [.storybook](https://github.com/open-wc/open-wc/tree/master/packages/create/src/generators/demoing-storybook/templates/static/.storybook) folder to `.storybook`
- Copy at minimum the [.storybook](https://github.com/open-wc/create/tree/master/src/generators/demoing-storybook/templates/static/.storybook) folder to `.storybook`
- If you want to bring along the examples, you may also copy the `stories` folder.
- Be sure you have a [custom-elements.json](#custom-elementsjson) file.
- Add the following scripts to your package.json