- Install dependencies
cd Whos-On-What
npm install
- Create File For Environmental Variables in Root Directory
touch .env.development
- Add Development API Keys To
.env.development
GATSBY_CLARIFAI_API_KEY=[YOUR-API-KEY]
GATSBY_MOVIE_DB_API_KEY=[YOUR-API-KEY]
- Run The App
gatsby develop