Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 627 Bytes

readme.md

File metadata and controls

25 lines (16 loc) · 627 Bytes

Orbit.fm

Website for orbit.fm.

Running

Create a .env file 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 Access token you can use to develop locally.

CONTENTFUL_SPACE_ID=k9ajfiadv9aj
CONTENTFUL_ACCESS_TOKEN=39kd99313kdkkad8fwe0xvmqv90213mv91238jk91298ijkqw073856kajsdv097
GOOGLE_ANALYTICS_TRACKING_ID=UA-12345678-1

Then run:

npm install
npm run develop

Built with Gatsby

Gatsby documentation