This is the static site for COVID Shield.
Install hugo
brew install hugochoco install hugo -confirmFor more information on how to install hugo see their installation instructions.
git clone [email protected]:CovidShield/covidshield.app-src.githugo serve -DAnd now you can visit the site with the URL http://localhost:1313
To build the static version of the site you can run the following command:
hugo -DThis will build the site to the docs directory that GitHub pages is configured to use. You will need to commit these changes as a part of your pull request.