In this lesson, we set up a new Storybook inside a Next.js project using the sb init
script. For maximum compatibility with Next.js, we specify the Webpack 5 builder. Finally, we run our setup with yarn storybook
.
Would it be possible to update the link to the code? It's broken now.