When you begin working on your project run these git commands in the terminal one by one
- git pull
- npm run dev
- Go to the public folder and open the index.html file.
- Update the title of the website from "React App" to the name of your project.
When you are done working on your project, click on the github icon on the left side. Add a message summarizing the changes you made and click on the small arrow next to commit. Select "Commit & Sync" to save all of your changes.