/Game-of-Brexit

Primary LanguageCSSGNU Affero General Public License v3.0AGPL-3.0

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