This hub is a an example-driven introduction to the incredible amounts of open data available on Wikipedia (and other Wikimedia projects, like Wikidata). Our plan is to include a showcase of visually compelling uses of Wikipedia data, documenting their data sources, and providing an interactive sandbox for exploring data.
Read more, or see a (rough!) demo.
You need Ruby, preferably with RVM. After cloning the repository, when you enter the directory RVM should activate the proper version of Ruby and create an empty gemset.
To install dependencies run:
bundle install
To start local development server run:
middleman server
To publish an updated version to GitHub pages run:
rake publish
(you'll need access to the repository).