Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 405 Bytes

Readme.md

File metadata and controls

27 lines (18 loc) · 405 Bytes

Bauble.web

This is web based version of Bauble. It is in development and isn't currently in a usable state.

Setup local environment

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

Run tests

./manage.py test

or

py.test

Start dev server

./manage.py livereload