-
Install
Install packages with
yarn
.Disclaimer: you might need to go into
gatsby/
andstrapi/
toyarn
individually. -
Run the dev server
Run
yarn develop
.This will further calls
yarn develop:gatsby
andyarn develop:strapi
. Which starts the frontend dev server (Gatsby) and the backend, headless CMS dev server (Strapi). -
Visit the dev environment