Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 582 Bytes

File metadata and controls

33 lines (17 loc) · 582 Bytes

To Frontend Hannah:

cd vsc-workspace

git clone https://github.com/junzilla/webGeek.git

cd webGeek

git checkout -b frontend-hannah

/How to check which branch you at? - git branch/

cd frontend

npm install

npm start

/Now you can see the LoginPage/

/Do coding just under your branch, after that.../

git add .

git commit -m "Your commit message here"

git push origin frontend-hannah

/Go to GitHub and create a Compare & Pull Request (PR)/

/Discord Junjie and he will review and merge into the main branch if there are no issues/

/Junjie will follow the same steps above/