Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 951 Bytes

README.md

File metadata and controls

49 lines (30 loc) · 951 Bytes

covidshield.app

This is the static site for COVID Shield.

Local development

Prerequisites

Install hugo

Homebrew (macOS and Linux)

brew install hugo

Chocolatey (Windows)

choco install hugo -confirm

For more information on how to install hugo see their installation instructions.

1. Check out the repository

git clone [email protected]:CovidShield/covidshield.app-src.git

2. Run the server

hugo serve -D

3. View the site

And now you can visit the site with the URL http://localhost:1313

Building the site

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.