Skip to content

About The repository for the Storyblok project of Helpdev

Notifications You must be signed in to change notification settings

HelpDev/NGO-HelpDev-Storyblok

Repository files navigation

Websites

Configuration Steps

  1. Create .env file
  2. Add the token from Storyblok like STORYBLOK_TOKEN=this_is_my_token
  3. Your Nuxt.js project can be started and will consume data from your Storyblok Space.

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# generate static project
$ yarn generate