git clone https://github.com/gdgmit/SCanteen-GDGOpenMitation-WebUIs.gitNavigate to the cloned folder,
git checkout maingit pull origin mainnpm installnpm run devNow you can see 3 buttons for each user in the homepage. Write your code in the corresponding user's folder that is, components/[username]
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]