everypolitician / everypolitician-docs

Source for EveryPolitician website's documentation pages
http://docs.everypolitician.org
1 stars 4 forks source link

EveryPolitician Documentation Build Status

This is the source code for http://docs.everypolitician.org.

Installation

You'll need to have Ruby 2+ and Bundler installed on your machine before proceeding.

Get the code from GitHub

$ git clone https://github.com/everypolitician/everypolitician-docs
$ cd everypolitician-docs

Install the dependencies with Bundler:

$ bundle install

Usage

Once you've installed the dependencies you can start a server

$ bundle exec jekyll serve -w

This will start a webserver running at http://localhost:4000.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/everypolitician/everypolitician-docs.