/tds-frontend

Network adequacy tool for Bayes Impact

Primary LanguageTypeScriptApache License 2.0Apache-2.0

bayes-mvp Build Status apache2

Network adequacy tool for Bayes Impact

Install

  1. Install NVM
  2. Install Node 8: nvm install v8.1.3
  3. Install Yarn
  4. Clone this repo: git clone git@github.com:bcherny/bayes-mvp.git

Environment

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

Run

cd bayes-mvp/client
yarn
yarn build
yarn start

Then, open https://localhost:9000 in your browser.

Editor

I suggest editing this project using VSCode.

License

Apache2