This is web based version of Bauble. It is in development and isn't currently in a usable state.
cd bauble.web
pyenv virtualenv bauble
pyenv activate bauble
pip install -r requirements-dev.txt
npm install -g browserify babel ng-annotate
npm install -d
./manage.py test
or
py.test
./manage.py livereload