- Fork this repository into your github account
- Clone this project into your local machine.
https://github.com/Developer-Students-Clubs-MESCOE/Hacktoberfest_2021_React.js-Rock-Paper-Scissor.git
- make a new branch.
git checkout -b branch-name
- push your code into this branch.
git add .
git commit -m "Your message here"
git push origin branch-name
- Make a Pull request
1.After cloning the project run 'npm install' in the working directory through command prompt.
2.Run the command 'npm start' in the command prompt.
3.This will start the project into your local machine.