Skip to content

Team-Engineers/Guide4Careers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Started by following Steps

--> Clone Repo

--> open in VS code

--> and install modules and run project by npm start command

PR steps

Use Branch Name : feat-001YourFeatureName Note: take 001 or 002 or 003 or 004 depends on the previous merged branch

IMPORTANT NOTE

--> BEFORE WORKING ON ANY NEW CODE OR CHANGES FIRSTLY YOU SHOULD CHECK YOUR BRANCH BY USING THE COMMAND git branch

--> THE BRANCH SHOULD BE MASTER, IF IT IS NOT THEN CHANGE YOUR BRANCH TO MASTER USING COMMAND git checkout master

--> AND PULL THE LATEST CHANGES FROM REMOTE USING COMMAND git pull origin master

--> THEN YOU CAN FOLLOW FROM STEP 1, BY CREATING YOUR NEW BRANCH FROM MASTER BRANCH

CLone this repository by command git clone https://github.com/Team-Engineers/Guide4Careers.git

open this repository in vs code and then open your terminal,

To create a new branch use command git checkout -b feat-YourBranchName

Start working on the editing/adding code, then stage your changes, using command git add .

Now add a relevant message to your changes and commit your changes by using command git commit -m "your message"

Now push your changes to remote using command git push origin feat-YourBranchName

Then go to the github and create pull request for your changes add Thakursachin05 as reviewers, and once your PR got approved by him, then merge your changes to master

create route in app jsx for admin page ,

create button in header to link it as wel