Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 549 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 549 Bytes

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 [email protected]: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