Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

Get to know the General Election 2015 candidates in your constituency

Notifications You must be signed in to change notification settings

DemocracyClub/YourNextMP-Read

Repository files navigation

YourNextMP (Read)

Helping voters get to know their General Election 2015 candidates.

This site combines the various outputs of Democracy Club into one place.

Requirements

You will also need the Python packages listed in requirements.txt.

Installation

# clone this repo
git clone https://github.com/DemocracyClub/YourNextMP-Read.git
cd YourNextMP-Read

# install the requirements
# (you might want to use rbenv & virtualenv)

bundle
pip install -r requirements.txt

# run the build script

_scripts/build.sh

Running the server

For development, only a mini version of the site is built by default.

# copy over a small selection of constituencies and people for development
python _scripts/build_data_small.py

# build the site, and start the server running
jekyll serve

To build for all constituencies, use:

jekyll serve --config _config.yml,_config_prod.yml

About

Get to know the General Election 2015 candidates in your constituency

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published