README

This is a POC demonstrating a full working setup of nextjs, storybook and i18n with next-i18next. It uses the storybook-addon-i18next.

To Run

Storybook

npm i
npm run storybook

Nextjs in a separate terminal

npm i
npm run dev

for nextjs add /de to the path to see the German version.

Examples

Click on the globe to switch languages.