This a boilerplate to create a Gridsome project with Storyblok by using the plugin gridsome-source-storyblok.
- Install dependencies
yarn # npm install
-
Replace
<YOUR_ACCESS_TOKEN>
with your accessToken ingridsome.config.js
-
Run the development server:
yarn develop # npm run develop
Fork me on Github