Hacking Against Covid-19 Hackathon Site

This site is created by ITP residents, and provides info about the Covid-19 Hackathon

To work on this:

Install hugo

brew install hugo

Clone this repository recursive - to make sure you include the themes.

git clone git@github.com:oveddan/hackagainstcovid19.git --recursive

Cd into the repo:

cd hackagainstcovid19

Start the server:

hugo server -D

To save and push code:

git add .
git commit -m 'your commit message here describing the change'
git push origin master