Skip to content

CovidShield/covidshield.app-src

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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.

About

Source files for the covidshield.app site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published