Skip to content

Commit 9033e0c

Browse files
authored
Add storybook documentation (#216)
This repository has a generator for storybook but it doesn't really mention it. You have to search the repository to even find anything about it
1 parent 14945d0 commit 9033e0c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ nx generate qwik-nx:setup-tailwind
7979
nx generate qwik-nx:deno-integration
8080
```
8181

82+
### Setting up Storybook
83+
84+
```
85+
nx generate qwik-nx:storybook-configuration
86+
```
87+
8288
## Migrations
8389

8490
This plugin supports Nx migrations and provides necessary version and code updates for Qwik. So instead of bumping plugin version manually in package.json it's recommended to run `nx migrate qwik-nx` command, that includes bumping the version of the qwik-nx plugin, related dependencies and running code migrations.

0 commit comments

Comments
 (0)