World map for flood risk and precipitation event prediction
npm install --global yarn
cd myDir
git clone `https://github.com/jahugg/augur.world.git`
cd myDir
yarn install
.env
file in myDir/client
directory with desired SERVER URL variableexample:
SERVER=http://localhost:3000
.env
file in myDir/server
directory with corresponding PORT variableexample:
PORT=3000
cd myDir/client
yarn start
cd myDir/server
yarn nodemon server.js
Open your Web browser and go to http://localhost:1234/