Repository for Icosa Gallery
Create .env file in root (or set an environment variable yourself)
REACT_APP_ROOT_SERVER_PATH=http://127.0.0.1:8000/ - This should be a link to a running copy of the Icosa API server
REACT_APP_GOOGLE_CLIENT_ID= - Google Client ID
REACT_APP_GOOGLE_CLIENT_SECRET= - Google Client Secret
npm install
npm start