DFID Data Visualization System
Before we start, clone this repository:
mkdir src/vendor
git clone [email protected]:toggle-corp/re-map.git src/vendor
Create an environment variable .env
with following variables:
REACT_APP_MAPBOX_ACCESS_TOKEN=<your access token>
REACT_APP_API_SERVER_URL=<api endpoint>
REACT_APP_SERVER_URL=<dashboard enpoint>
Install dependencies, and run:
yarn install
yarn start