This is one of the themes for Storyblok - the cms as a service platform.
It's using gulp and browsersync to proxy the requests to Storyblok so you can edit the theme live.
Checkout the theme documentation to know more about the template syntax.
- Clone the repository
git clone https://github.com/storyblok/creator-theme
- Rename
_token.js
totoken.js
and insert your theme token. You can find your theme token in the space settings of the Storyblok app. - Replace INSERT_SPACE_ID with your space id and INSERT_YOUR_DOMAIN with your domain in
config.js
. You can find your space id and domain in the space settings. - Run
npm install
- Run
gulp
- Ready! You can now edit the templates in
views
or defining css in thesource
folder.
- https://certsimple.com/blog/localhost-ssl-fix
- Rename
_cert.js
tocert.js
and insert paths to yourkey.pem
andcert.pem
.