This repository sources our live website.
You must build this website on your local machine from the beta website repository before pushing changes to this repository. See the beta website's repository readme for details on how to do this.
Since this repository contains a compiled website, don't use jekyll serve -w
. Instead, to do any local testing, run the following:
ruby -rwebrick -e 'WEBrick::HTTPServer.new(:Port=>4000,:DocumentRoot=>".").start'
and then open the website in your browser.