Skip to content

CovHack/CovHack2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0b28686 · Dec 17, 2020
Nov 20, 2019
Oct 21, 2019
Dec 17, 2020
May 26, 2020
Nov 20, 2019
Nov 25, 2019
Jul 4, 2019
Mar 16, 2020
Dec 17, 2020
May 26, 2020
Nov 19, 2019
Dec 19, 2019
May 19, 2019
May 26, 2020
Dec 15, 2020

Repository files navigation

CovHack2020

CovHack2020 Site, built with GatsbyJS

Development

Prerequisites

Steps

  1. Clone repository
  2. Install yarn: npm i -g yarn
  3. Open repo in terminal
  4. Install project dependencies: yarn
  5. Run development server: yarn start (exit this with ctrl-c)

To make code pretty you can run yarn format

Production

Netlify Status

Build site:

yarn build

After build, the site can be served from the public directory