-
Notifications
You must be signed in to change notification settings - Fork 39
Home
sitaramsai edited this page May 22, 2022
·
2 revisions
Welcome to the starter-dev wiki!
Step 1 : Pre-requisities
-
Install Git on your machine
-
Install node.js and npm
-
Install visual studio code
-
Install live share extension by following the below steps
-
Go to "View" in your Visual Studio Code and select "Extensions"
-
Search for "Live Share" and choose the Microsoft publisher one
-
Click install
-
-
Create a Github account
Step 2: Setup the project on your machine
- Create a new project directory on your machine
- Fork the project and clone the forked version
Step 3: Get Involved and Repeat
- Select an issue to work on
- Create a branch with the number of the issue and short description
- Make your changes
- git pull to always keep track on latest changes
- Stage your changes, commit them and create a PR from your forked repo to the parent repo and push
This is footer