Skip to content

sindile/bauble.web

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 43.3%
  • HTML 31.1%
  • JavaScript 21.3%
  • CSS 2.9%
  • Vue 1.1%
  • Shell 0.2%
  • Mako 0.1%