Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 466 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 466 Bytes

hackharvard2024

Screenshot 2024-10-13 at 7 53 48 AM

Pre-requisites

  • Node.js 18+

  • Yarn (install with sudo npm i -g yarn)

  • Docker Desktop/Engine

Install Dependencies and Start App

  • Install dependencies: yarn install
  • Start app (frontend and backend): yarn start
  • Start frontend only: yarn frontend
  • Start backend only: yarn backend