This is the source code for http://docs.everypolitician.org.
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
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.
Bug reports and pull requests are welcome on GitHub at https://github.com/everypolitician/everypolitician-docs.