Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 552 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 552 Bytes

##Tacnet.io Tacnet.io is a work in progress application that allows users to easily share and construct new tactics for games, without installation or annoying ads.

Tacnet uses TogetherJS and Django.

##Instructions:

virtualenv venv
source venv/bin/activate (can also run . venv/bin/activate if source isn't available)
pip install -r requirements-dev.txt
python tacnet/manage.py syncdb --migrate
python tacnet/manage.py runserver