This is a local deployment following the Astro Quickstart guide of Storyblok.
See: https://www.storyblok.com/docs/guides/astro
In Storyblok:
- Create a Storyblok demo space
- Create the blocks in Storyblok as described in the guide
- Go to Settings > Internationalization > Languages and add es (Spanish).
In your local deployment:
- Create a .env file with the API key of your space:
STORYBLOK_DELIVERY_API_TOKEN=YOUR-ACCESS-TOKEN - Run the local server:
npm run dev