Skip to content

noskofficial/Hackfest-NCIT-2024

Repository files navigation

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