- https://helpdev.org ~> Main Website of this repository
- https://github.com/HelpDev/NGO-HelpDev-Storyblok ~> Components used in this repository and across other Helpdev websites
- Create
.env
file - Add the token from Storyblok like
STORYBLOK_TOKEN=this_is_my_token
- Your Nuxt.js project can be started and will consume data from your Storyblok Space.
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# generate static project
$ yarn generate