Environment:

Steps

  1. login github

  2. open this project

    GitHub - pengzhouer/digital-transformation-lab.source.github.io at master

  3. fork it

    Untitled

  4. copy the new project link which forked form pengzhouer

    Untitled

  5. choose one folder and open terminal under it, then run: git clone [your project git url]

  6. open the project in vscode

  7. open vscode terminal window

    Untitled

  8. install dependencies npm install

  9. run project locally npm start and open browser localhost:3000 to see it

  10. open your profile file src/Pages/Profile/xxx.tsx

  11. edit it as you want and you can see the change on localhost:3000

  12. run git add .

  13. run git commit -m “[comment]”

  14. run git push origin master

  15. in github page, open that project, choose pull request/new pull request , create pull request

    Untitled