Gatsby starter for Plone
Make sure you have Gatsby CLI installed globally:
npm install --global gatsby-cli
Use this starter from Gatsby CLI:
gatsby new <your-project-name> https://github.com/collective/gatsby-starter-plone
Then you can run it by:
cd <your-project-name>
gatsby develop