This is the static site for COVID Shield.
Install hugo
brew install hugo
choco install hugo -confirm
For more information on how to install hugo see their installation instructions.
git clone git@github.com:CovidShield/covidshield.app-src.git
hugo serve -D
And 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 -D
This 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.