Skip to content

Commit

Permalink
Add storybook documentation (#216)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
intellix authored Nov 28, 2023
1 parent 14945d0 commit 9033e0c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ nx generate qwik-nx:setup-tailwind
nx generate qwik-nx:deno-integration
```

### Setting up Storybook

```
nx generate qwik-nx:storybook-configuration
```

## Migrations

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.
Expand Down

0 comments on commit 9033e0c

Please sign in to comment.