Skip to content

storyblok/storyblok-gridsome-boilerplate

Repository files navigation

Storyblok boilerplate for Gridsome

This a boilerplate to create a Gridsome project with Storyblok by using the plugin gridsome-source-storyblok.

Usage

  1. Install dependencies
yarn # npm install
  1. Replace <YOUR_ACCESS_TOKEN> with your preview accessToken in gridsome.config.js

  2. Run the development server:

yarn develop # npm run develop

Contribution

Fork me on Github