This the website for the annual event of Abhisarga'24.
- Clone/fork the repo.
- Create your own branch (the name of the branch can be your name or your task name)
- Imp: While installing packages for the first time, use the command
npm ci
instead ofnpm i
ornpm install
. - Start writing code in that branch.
- Now push the code into the
origin/<your branch name>
branch - Make a pull request into the main branch.
- Required: Describe the changes you have made in one or two lines.
- All the merges from taskwise/member branches will be handled by either of the team leads.
- Merging requires approval.