foosball.io provides a webservice for foosball leagues interested in tracking game
statistics and running tournaments.
mkvirtualenv foosball
pip install -r requirements.txt
python foosball.py db init
python foosball.py db upgrade
To start your server use: python foosball.py runserver
gem install sass
sass --watch static/scss
brew install phantomjs
