Live Link : https://choloprogrammingshikhi.vercel.app/
- Clone this repository to your local machine.
- Requires
node >= 16.0.0. - Run
npm installin the root directory. - Run
npm run startornpm startin the root directory.
- Checkout to
masterbranch (git checkout master). - Pull from
master(git pull origin master) - Create new brach named as Your name. (
git checkout -b Sorowar) - After finished, do the
IMPORTANTtask below. - Commit and make a PR(Pull Request) with
master. - If any
conflictshappen, resolvelocally. - If you get any
review, reply there and resolve it in a newcommitand justpush. NO NEED TO MAKE A NEW PR UNLESS THAT IS CLOSED. - Once everything resolves, team leader will
approveandmergethe PR with main.