richardjpope / Game-of-Brexit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

###Installing and running locally

Clone the repo and install requirements:

git clone git@github.com:Doteveryone/LegislationTagger.git
cd LegislationTagger
virtualenv .
pip install -r requirements.txt

To run the website:

source bin/activate
python server.py

To run the tests:

source bin/activate
python tests.py.py

To run asset pipeline:

npm install
grunt

About

License:GNU Affero General Public License v3.0


Languages

Language:CSS 81.6%Language:Python 10.5%Language:HTML 6.8%Language:JavaScript 1.1%