Link to the webpage: Star-Troopers.
Programming Language used here is Javascript, Reactjs, HTML. CSS is used to Style.
-
On the GitHub page for this repository, click on the Button "Fork".
-
Clone your forked repository to your computer:
For example, run this command inside your terminal:
git clone [email protected]:<your-github-username>/Star-Troopers.git
Replace <your-github-username>!
-
Before you make any changes, keep your fork in sync to avoid merge conflicts:
git remote add upstream [email protected]:<your-github-username>/Star-Troopers.git git pull upstream master
-
Add the changes with
git add
,git commit
(write a good commit message, if possible):git add . git commit -m "Add good commit message"
Replace <your-github-username>!
-
Push your changes to your repository:
git push origin master
-
Go to the GitHub page of your fork, and make a pull request:
Read more about pull requests on the GitHub help pages.
-
Wait for your PR review and merge approval!
-
Star this repository if this repository is your next contributing Open source Project
- Install npm or yarn Package
yarn install or npm install
- Run on local machine
yarn start or npm start
Happy Learning ✨