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