Skip to content

Commit

Permalink
Storybook deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
chibicode committed Feb 12, 2020
1 parent ec82393 commit 7caa34e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions examples/with-storybook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,4 @@ npm run build-storybook
yarn build-storybook
```

Deploy Storybook to the cloud with [now](https://zeit.co/now) ([download](https://zeit.co/download))

```bash
npm run build-storybook
# or
yarn build-storybook
# then
cd storybook-static
now
```
You can use [ZEIT Now](https://zeit.co/new?filter=next.js&utm_source=github&utm_medium=readme&utm_campaign=next-example) to deploy Storybook. Specify `storybook-static` as the output directory.

0 comments on commit 7caa34e

Please sign in to comment.