create-nextjs-storybook
Version:
Install embedded Storybook route into a NextJS project
11 lines (7 loc) • 400 B
Markdown
## Create Next.js Storybook
Automated installer for `@storybook/nextjs-server`, an experimental embedded version of [Storybook](https://storybook.js.org/) that runs **inside** your Next.js dev server.
To install, run the installer from the root of your Next.js project:
```
npm create nextjs-storybook
```
For more information, [please see the docs](https://github.com/storybookjs/nextjs-server).