Demo: https://heuristic-darwin-8f1ea4.netlify.app/
Set an environment variable
## Windows CMD
SET REACT_APP_FONT_AWESOME=<YOUR_PRIVATE_FONT_AWESOME_URL>
## Mac
export REACT_APP_FONT_AWESOME=<YOUR_PRIVATE_FONT_AWESOME_URL>
Run the app
npm start
# or
yarn start