Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.05 KB

README.markdown

File metadata and controls

27 lines (15 loc) · 1.05 KB

Wikimedia Data and Developer Hub

hub

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.

Building the mock site

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).