Live Link : https://choloprogrammingshikhi.vercel.app/
- Clone this repository to your local machine.
- Requires
node >= 16.0.0
. - Run
npm install
in the root directory. - Run
npm run start
ornpm start
in the root directory.
- Checkout to
master
branch (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
IMPORTANT
task below. - Commit and make a PR(Pull Request) with
master
. - If any
conflicts
happen, resolvelocally
. - If you get any
review
, reply there and resolve it in a newcommit
and justpush
. NO NEED TO MAKE A NEW PR UNLESS THAT IS CLOSED. - Once everything resolves, team leader will
approve
andmerge
the PR with main.