Static site build for the Aid Transparency Index.
- Site layouts (templates)
- Site includes (partials)
- Raw data (exported from the tracker)
- Preprocessing scripts
- Python 2 or 3
- Ruby
-
Clone the repo:
git clone https://github.com/pwyf/aid-transparency-index.git cd aid-transparency-index
-
Install ruby dependencies, including Jekyll:
gem install bundler bundle
-
Update
_data/source-results.csv
with actual results (exported from the aid transparency tracker) -
Run the following:
$ # generate templates and `results.json` $ python gen/data-gen.py $ $ # Build static site & start webserver $ bundle exec jekyll serve