Skip to content

eljojo/covidshield.github.io

 
 

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.github.io.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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 91.1%
  • CSS 7.8%
  • JavaScript 1.1%