## 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).