Storybook Integration

Storybook Intregration with Next.js

Last modified: undef

Storybook is a front-end tool for building UI components in isolation.

Install Storybook

See Storybook Install for instructions.

After intallation, Story will automatically launch, and pop-up a tutorial window.

Launch Storybook

To launch manually:

npm run storybook

Auto Migration

Upgrade Storybook to trigger its migration to Next.js framework support. See Manual Migration if fail.

npx storybook@latest upgrade

Copyright @ 2024 Anne Brown