1.Clone the app from the git repository
2.Copy the .env.example file to .env and change the REACT_APP_API_TOKEN value to your personal user token. Then delete the .env.example file
3.Run npm install on your command line
4.For development, run npm start
5.For production, run npm build
6.When deploying to hosting service: set two config variables for the hosting site to match the one in your .env folder with REACT_APP_API_TOKEN equaling your user token, and REACT_APP_API_BASE_URL=https://operator-node-app-32192-prod.herokuapp.com/
7.If deployling to Heroku, set the buildpack to this react buildpack https://github.com/mars/create-react-app-buildpack
Extra. If your site is not loading correctly, make sure your API key is valid and your site has been freshly rebuilt.