Setup cd app npm install npm run start In gitgraph/app/src, create a /config folder and create a auth.ts, and populate it with your Github developer key following export const API_KEY = "INSERT_KEY_HERE" It's functionally a .env but more bare bones.