This repository contains two relevant branches:
- main - the source code of the React app
- gh-pages - the React app built from that source code
To deploy a new version of the site:
yarn deploy
from the main branch
yarn install
DEV: yarn dev
Create assets for Prod: yarn build