Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 386 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 386 Bytes

Child Rights

Direct Contribution Steps

  • 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