CovHack2021 Site, built with GatsbyJS
- Clone repository
- Install yarn:
npm i -g yarn
- Open repo in terminal
- Install project dependencies:
yarn
- Run development server:
yarn start
(exit this with ctrl-c)
To make code pretty you can run yarn format
Build site:
yarn build
After build, the site can be served from the public
directory