You must be on UofT wifi to see this live view!
Please use google chrome
http://100.70.148.32:3000
# install Node LTS release
npm install 20.18.0
# install pnpm
npm install -g pnpm
# install dependencies
cd client
pnpm install
# run the frontend
pnpm run dev