Network adequacy tool for Bayes Impact
- Install NVM
- Install Node 8:
nvm install v8.1.3
- Install Yarn
- Clone this repo:
git clone git@github.com:bcherny/bayes-mvp.git
Create a file called ".env" in the root of this repo and define MAPBOX_TOKEN
in it. For example:
# contents of .env:
MAPBOX_TOKEN=abcdefg
cd bayes-mvp/client
yarn
yarn build
yarn start
Then, open https://localhost:9000 in your browser.
I suggest editing this project using VSCode.
Apache2