Files
vercel/examples/storybook/README.md
Lee Robinson 45fc0dd714 [examples] Update Storybook template (#10063)
To use stable App Router.

New deployment: https://storybook-template.vercel.app/
2023-08-11 00:09:02 +00:00

700 B

Storybook

This is a Next.js with Storybook project bootstrapped with create-next-app.

Deploy Your Own

Deploy your own Storybook project with Vercel.

Deploy with Vercel

Live Example: https://storybook-template.vercel.app

Running Locally

First, run the development server:

npm run storybook
# or
yarn storybook
# or
pnpm storybook

Navigate to localhost:6006.