Skip to content

benyee/the-floor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Things you can play on the floor.

Installing requirements

  1. Get pip: https://pip.pypa.io/en/stable/installing/
  2. Get virtualenv: pip install virtualenv
  3. Create a virtualenv: virtualenv <name of directory for your virtualenv>
  4. Go into your virtualenv: source <your virtualenv dir>/bin/activate
  5. Install required python packages: make install-requirements

Running

In the root directory, run PYTHONPATH=. python web/app.py You should be able to hit localhost:8888 on your browser.

Running tests

make test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.4%
  • JavaScript 9.8%
  • CSS 2.0%
  • HTML 1.6%
  • Makefile 0.2%