Skip to content

JamesLowey/fantasy-parliament

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fantasy Parliament

Running

$ virtualenv venv --no-site-packages
$ source venv/bin/activate
$ pip install -r requirements.txt

This presumes you have virtualenv, otherwise install it with Pip: pip install virtualenv. To leave the virtual environment, use deactivate. Run source venv/bin/activate again to return.

Start everything:

$ python fantasy-parliament

The default port is 5000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.9%
  • HTML 11.0%
  • Python 9.7%
  • CSS 4.4%