/gatsby-contentful-course

Primary LanguageJavaScriptBSD Zero Clause License0BSD

Gatsby Contentful starter

Getting started

First you'll need to add a .env file to the root of your project consisting of:

CONTENTFUL_SPACE_ID=
CONTENTFUL_ACCESS_TOKEN=

And enter the appropriate values from your own contentful space.

Then run gatsby develop and you're off to the races!