This repository is the WRI guidelines project
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
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!