If you get stuck at any step, reach out to Holden or Alex and we'll help you out!
- If you're on a mac, open up terminal. If you're on a windows machine, open up command prompt.
- Type (or copy and paste)
git clone https://github.com/ufxela/daily-tech-wksh-asst1.git
into the terminal/command prompt. Press enter.- If you're encountering issues with the command
git clone...
then for now you can click on the green code button, and then click on download zip to download a zip of this folder. Then unzip it on your computer. We'll cover git week 2 so don't worry if git isn't working properly right now. - Or you can try to install git by first installing homebrew (instructions here) and then using homebrew to install git (instructions here)
- You should see something like (may not match exactly)
- If you're encountering issues with the command
Cloning into 'daily-tech-wksh-asst1'...
remote: Enumerating objects: 60, done.
remote: Counting objects: 100% (60/60), done.
remote: Compressing objects: 100% (42/42), done.
remote: Total 60 (delta 24), reused 42 (delta 15), pack-reused 0
Unpacking objects: 100% (60/60), done.
- Open up VS Code, click
open folder
in the welcome page and then find thedaily-tech-wksh-asst1
folder and open it. - Click the file icon in the top left of VS Code
6. Find the file called step1.html
. Click on it.
- Follow the steps in
step1.html
to get started! Once you're done with that, move on tostep2.html
, etc.
Done already? :D. Sit tight for now--we'll actually be covering how to submit assignment 1 during our week 2 section!