Skip to content

schabibi1/storyblok-remix-typescript

Repository files navigation

Storyblok Remix TypeScript ver. starter

  • Deployment target: Vercel

How to try out

Fork this repo, then run blow:

npm install

npm run dev

Create .env file in the root and add your API key token from your Storyblok space:

STORYBLOK_API_TOKEN=add_your_storyblok_preview_api_key_token_here

Open up http://localhost:3000 and you should see real-time visual editing feature!

You can use vercel dev command provided by Vercel CLI instead if you prefer.

Sources