git clone https://github.com/gdgmit/Digital-Certificate-Wallet-Portal.git
Navigate to the cloned folder,
git checkout main
git pull origin main
npm install
npm run dev
After the completion of your tasks,
git checkout task[task_num]
Note: Replace [task_num] with the specific task number (e.g., task1)
git add .
git commit -m "Describe the changes made for task[task_num]"
git push origin task[task_num]