Lesson 1 – Setup & First Publish
Learning Goals
- Create a GitHub account
- Install VS Code
- Install GitHub Desktop
- Create a repository
- Publish first webpage
Steps
- Sign up to GitHub
- Create a repository named: username.github.io
- Clone repository using GitHub Desktop
- Create an index.html file
- Commit and push changes
- Visit https://username.github.io
Key Vocabulary
- Repository
- Commit
- Push
- Deploy