Skip to content

pwyf/aid-transparency-index

Repository files navigation

Aid Transparency Index

Static site build for the Aid Transparency Index.

Content that can be modified:

Development stuff (don’t mess with this!):

Requirements

  • Python 2 or 3
  • Ruby

Installation

  1. Clone the repo:

    git clone https://github.com/pwyf/aid-transparency-index.git
    cd aid-transparency-index
  2. Install ruby dependencies, including Jekyll:

    gem install bundler
    bundle
  3. Update _data/source-results.csv with actual results (exported from the aid transparency tracker)

  4. Run the following:

    $ # generate templates and `results.json`
    $ python gen/data-gen.py
    $
    $ # Build static site & start webserver
    $ bundle exec jekyll serve