This repository is a Remix Storyblok starter template used in following 5 minute tutorial...
To use this project you need a Storyblok account. If you don't have one yet you can register at Storyblok. It's free
Read the Remix tutorial about connecting Storyblok with Remix.
$ git clone https://github.com/storyblok/remix-ultimate-tutorial.git
npm install
Create a new empty Space and exchange the preview token of your new space with the accessToken
in app/root.jsx
.
Set the preview domain in Storyblok to http://localhost:3000/
.
npm run dev
This starts your app in development mode, rebuilding assets on file changes.