This is the example repository for building a multi-language blog with Storyblok.
Follow our The Complete Guide to Build a Full Blown Multilanguage Website with Next.js tutorial to set it up
- Clone the example space with this link: https://app.storyblok.com/#!/build/95804
- Enter your preview token in the
util/storyblok.js
file - Install dependencies and start the development server
npm install && npm run dev
- Add your http://localhost:3000 as the default location URL in your Storyblok space settings
To learn more about Next.js, take a look at the following resources:
- Add a headless CMS to Next.js in 5 minutes - Tutorial to get started with Next.js & Storyblok
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.