Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 978 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 978 Bytes

Automation status

covid_data_fetch

Live website

This repository sources our live website.

Publishing updates

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.

Local testing (just in case you absolutely must)

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.