Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/storyblok/nextjs-multilanguage-website
Nextjs Multilanguage Website
https://github.com/storyblok/nextjs-multilanguage-website
demo devrel nextjs
Last synced: 24 days ago
JSON representation
Nextjs Multilanguage Website
- Host: GitHub
- URL: https://github.com/storyblok/nextjs-multilanguage-website
- Owner: storyblok
- Created: 2018-01-27T19:38:41.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-11-10T18:05:10.000Z (about 1 year ago)
- Last Synced: 2024-08-01T02:34:04.017Z (4 months ago)
- Topics: demo, devrel, nextjs
- Language: JavaScript
- Homepage: https://www.storyblok.com/tp/next-js-react-guide
- Size: 784 KB
- Stars: 144
- Watchers: 9
- Forks: 53
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Storyblok Next.js Multi-language Blog
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](https://www.storyblok.com/tp/nextjs-headless-cms-ultimate-tutorial) tutorial to set it up
1. Clone the example space with this link:
2. Enter your preview token in the `pages/_app.js` file
3. Install dependencies and start the development server `npm install && npm run dev`
4. Add your [https://localhost:3010](https://localhost:3010) as the **default location URL** in your Storyblok space settings## Learn More
To learn more about Next.js, take a look at the following resources:
- [Add a headless CMS to Next.js in 5 minutes](https://www.storyblok.com/tp/add-a-headless-cms-to-next-js-in-5-minutes) - Tutorial to get started with Next.js & Storyblok
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.