Skip to content

Files

Latest commit

786fe6f · Jun 27, 2017

History

History
executable file
·
33 lines (21 loc) · 880 Bytes

README.md

File metadata and controls

executable file
·
33 lines (21 loc) · 880 Bytes

WRI guidelines

This repository is the WRI guidelines project

Getting set up

The dashboard is powered by Jekyll. Once you've installed the Jekyll gem and other deps, you can use npm to build and run the application:

gem install bundler
bundle install

jekyll serve

Go go go!

Jekyll

Adding new pages

In development, and on Github Pages, requests are rewritten to .html files as necessary. For example, /countries --> /countries.html. So, creating a new page is easy: just add a new HTML file! Jekyll will handle compilation, and the middleware will handle rewriting.

Github Pages handles all the building, etc. for you. Check it out!