Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.63 KB

README.md

File metadata and controls

49 lines (40 loc) · 1.63 KB

HACKFEST NCIT 2024

Setting Up Project Locally

  1. Clone the repo
  2. git pull to stay updated with the changes
  3. Check if of Node Package Manager(npm) is installed or not if not install one.
node --version
  1. After Installing node then install Install pnpm Package Manager
npm i -g pnpm 
pnpm i
  1. Run the Local Server by:
pnpm dev