Using Storyblok blok horror horror blok blok horror
- Use the "Use this template" button on GitHub to create a new project
git clone
the new project as your normally wouldcd
into the project directory
- Install Yarn
- Run
yarn
in the project directory to install dependencies
Storyblok v2 requires your app is served via HTTPS. Below is a step by step guide on how you can set up an HTTPS proxy for your development server on macOS:
cd
into your project directory- Install mkcert for creating a valid certificate and Install localhost with mkcert
brew install mkcert
mkcert -install
mkcert localhost
- Install the HTTPS proxy:
npm install -g local-ssl-proxy
- Run the development server and, in a separate terminal window, run the proxy:
yarn dev
# in a separate terminal window
yarn dev:https