- Fork Vimalverma558/Master-Portfolio
- Clone it to your local device
git clone https://github.com/{your github username}/Master-Portfolio.git cd Master-Portfolio- Create a new branch
git checkout -b <BRANCH_NAME> - Installs dependencies
npm install - Run
npm run startto start and watch for code changes - Make your changes
git add [file changed]git commit -m "commit messages"git push origin <BRANCH_NAME>- Open that repository in github and click on pull request
- And Done