- accept invitation
git clone https://github.com/piyushya/child-rights.git
cd child-rights
npm install
npm run dev
- open http://127.0.0.1:5173/
- make changes
git add -A
git commit -m "message"
git push -u origin main
- done
- remember to
git pull
if you open after a while to pull recent changes from others