git
after install git, you should login your git acoount on terminal, you could open github website Settings/Developer settings/Personal access tokens and create one token use for login
nvm
after install it, run nvm use 17
run node -v
and npm -v
if succeed, nvm environment is settled.
vscode
login github
open this project
GitHub - pengzhouer/digital-transformation-lab.source.github.io at master
fork it
copy the new project link which forked form pengzhouer
choose one folder and open terminal under it, then run: git clone [your project git url]
open the project in vscode
open vscode terminal window
install dependencies npm install
run project locally npm start
and open browser localhost:3000 to see it
open your profile file src/Pages/Profile/xxx.tsx
edit it as you want and you can see the change on localhost:3000
run git add .
run git commit -m “[comment]”
run git push origin master
in github page, open that project, choose pull request/new pull request , create pull request