Skip to content

Latest commit

 

History

History
executable file
·
27 lines (19 loc) · 539 Bytes

README.md

File metadata and controls

executable file
·
27 lines (19 loc) · 539 Bytes

DFID DVS CI

DFID Data Visualization System

Getting Started

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