.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
GITHUB_TOKEN
secret
https://github.com/settings/tokens/new?scopes=&description=Hacktoberfest%20Checker
NODE_ENV
production or development
REACT_APP_GA_CODE
Code used to hook up google analytics.
REACT_APP_HOSTNAME
URL of the frontend React app.
REACT_APP_API_URL
URL of the backend API. This is the same as the URL of the frontend React app in production.