Talk about your code on social media directly from GitHub.
Install all dependencies (needs Node LTS, yarn).
yarn
Initialise firebase and select the appropriate project for hosting.
firebase init
Serve the project for local development (auto-builds on changes, but does not live reload yet).
yarn run serve
This repository is setup to auto deploy on pushes to main. This is the preferable way to deploy.
To manually deploy, run:
yarn run deploy