App-driven board game. Cluedo meets Werewolves of Millers Hollow.
This project requires Python 3.5
-
Clone this repository
$ git clone git@github.com:jminuscula/themansion.git -
Create a new virtual env
./themansion $ pyvenv-3.5 env -
Activate your environment
./themansion $ source env/bin/activate -
Install requirements
./themansion/server $ pip install -r requirements.txt -r dev-requirements.txt -
Create database
./themansion/server $ ./manage.py migrate -
Run development server
./themansion/server $ ./manage.py runserver