Built with: GatsbyJS, Contentful, & Netlify
yarn install
yarn start
.contentful.json
file is required. Example:
{
"development":{
"host": "",
"spaceId": "",
"accessToken": ""
},
"production": {
"spaceId": "",
"accessToken": ""
}
}