Measurement and verification web app based on Mave.
To install the tool on your machine, start by installing Python 2.7 and pip. Then,
pip install virtualenv
virtualenv venv
. venv/bin/activate
pip install -r requirements.txt
Install client package dependencies with bower. (requires npm)
bower install