Skip to content

CovHack/CovHack2021

Repository files navigation

CovHack2021

CovHack2021 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