Back to Vercel

Storybook

examples/storybook/README.md

16.1.2699 B
Original Source

Storybook

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

Deploy Your Own

Deploy your own Storybook project with Vercel.

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

Running Locally

First, run the development server:

bash
npm run storybook
# or
yarn storybook
# or
pnpm storybook

Navigate to localhost:6006.