Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.07 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.07 KB

Remix Ultimate Tutorial

This repository is a Remix Storyblok starter template used in following 5 minute tutorial...

Requirements

To use this project you need a Storyblok account. If you don't have one yet you can register at Storyblok. It's free

How to get started?

Read the Remix tutorial about connecting Storyblok with Remix.

1. Clone the repo

  $ git clone https://github.com/storyblok/remix-ultimate-tutorial.git

2. Install all dependecies

npm install

3. Adding the Access token

Create a new empty Space and exchange the preview token of your new space with the accessToken in app/root.jsx.

4. Run your project

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.

Resources