This repository includes all the code necessary to follow our latest Build a Multilingual Website with Storyblok and Astro tutorial.
No Storyblok account yet? Sign up now to experience a 14-day free trial of all features and enjoy our completely free Starter plan.
git clone https://github.com/storyblok/tutorial-astro-i18n-l10n.git
npm install
Rename the file .env.example
to .env
and provide your Storyblok access token (find it under Settings > Access Tokens in your Storyblok space):
STORYBLOK_DELIVERY_API_TOKEN=<REPLACE_WITH_YOUR_TOKEN>
Start Astro's development server:
npm run dev
Happy building!
Read the next part of the tutorial, Build a Regionally Localized Website with Storyblok and Astro, and see the code in the part-2 branch.