Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 517 Bytes

File metadata and controls

17 lines (12 loc) · 517 Bytes

This is a local deployment following the Astro Quickstart guide of Storyblok.
See: https://www.storyblok.com/docs/guides/astro

Getting Started

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