Website for lifestonechurch.net.
Create a .env
file in the root folder with the following variables (replace with the real values). Only the first 2 are required to run the project. Check out the wiki for a Contentful Space ID and Contentful Access Token you can use to develop locally.
CONTENTFUL_SPACE_ID=k9ajfiadv9aj
CONTENTFUL_ACCESS_TOKEN=39kd99313kdkkad8fwe0xvmqv90213mv91238jk91298ijkqw073856kajsdv097
GOOGLE_ANALYTICS_TRACKING_ID=UA-12345678-1
GATSBY_LIFEGROUP_LEADER_PASSWORD=kindasecret
Then run:
npm install
npm run develop