Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 702 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 702 Bytes

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