Housekeeping
Recap of web tools and techniques(Git, vscode, file naming conventions and command line)
Assignment 1 Announced
- Weight: 20% of CPNT 201 final mark
- Due: Wednesday, January 17th @ 11:59pm
1. Introduction to Git
2. Cloning our first (read-only) repo
Instructions
- Create a
read-only
directory in your workspace; - Navigate to this directory in your terminal;
- Pro-tip: You can open the embedded terminal in VS Code!
- Open the Clone Happy activity and clone some code!
Materials
3. First-time Git Config Setup
Cloning 3rd party repos is great, but we’d like to create our own repos eventually (i.e. today!). But first, we need to set our name and email in Git.
Materials
4. Publishing our First Website
Now that we’ve set up Git, let’s actually use it!
Materials
- Project: Publish a webpage with Git and GitHub Pages
- Optional(?): Set up SSH Keys if you’re having trouble pushing code to GitHub.
Today's Achievement
Weight: 2.5% of your CPNT 201 mark
Deployed GitHub Pages repo
In today’s daily achievement dropbox, submit the following links:
- A GitHub repo with at least one commit pushed from your local machine;
- A deployed GitHub Pages link for your GH repo.