Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 570 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 570 Bytes

Review Assignment Due Date

Peckish

Live view

You must be on UofT wifi to see this live view!
Please use google chrome
http://100.70.148.32:3000

Project Setup

# install Node LTS release
npm install 20.18.0 

Frontend

# install pnpm
npm install -g pnpm

# install dependencies
cd client
pnpm install

# run the frontend
pnpm run dev