Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

icosa-foundation/gallery-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icosa-web

Repository for Icosa Gallery

Getting Started

    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