mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-08 04:22:09 +00:00
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:
npm run storybook
# or
yarn storybook
# or
pnpm storybook
Navigate to localhost:6006.