Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

storyblok/tutorial-astro-i18n-l10n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Important

This repository has been archived. Please find the active version here: https://github.com/storyblok/tutorials/tree/main/build/multilingual-astro-01

Build a Multilingual Website with Storyblok and Astro

This repository includes all the code necessary to follow our latest Build a Multilingual Website with Storyblok and Astro tutorial.

Try Storyblok free Join the Storyblok Discord community

Get started

No Storyblok account yet? Sign up now to experience a 14-day free trial of all features and enjoy our completely free Starter plan.

1. Clone this repository

git clone https://github.com/storyblok/tutorial-astro-i18n-l10n.git

2. Install all dependencies

npm install

3. Authenticate

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>

4. Run the project locally

Start Astro's development server:

npm run dev

Happy building!

Next Part

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.