Skip to content

CovHack/CovHack2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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