Personal website repository. This project is bootstraped using Create React App, and SSR using https://github.com/antonybudianto/cra-universal
yarn crau:build
cd functions
yarn
cd ..
firebase use <default/staging>
yarn deploy --only=hosting,functions:app
$ firebase emulators:start --only functions