Skip to content

Commit 0b01c64

Browse files
Update ReadMe.md
1 parent b758295 commit 0b01c64

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ReadMe.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ Portfolio websites are a great way to show off your work to friends, family, and
2323

2424
Follow these steps to set up and work on your project:
2525

26-
- [ ] Create a forked copy of this project.
27-
- [ ] Clone your OWN version of the repository (Not Lambda's by mistake!).
28-
- [ ] Create a new branch: git checkout -b `<firstName-lastName>`.
29-
- [ ] Implement the project on your newly created `<firstName-lastName>` branch, committing changes regularly.
30-
- [ ] Push commits: git push origin `<firstName-lastName>`.
26+
- [ ] Fork and clone this repository.
27+
- [ ] Go into Canvas and connect your repository by copy-pasting its Github URL into the submission slot.
28+
- [ ] cd into your repository on the command line and use code . to open VS Code.
29+
- [ ] Download the Live Server extension from the Extensions tab on the left side of your VS Code. After it is done installing, click "Go Live" on the bottom right side of your screen to run your HTML file.
30+
- [ ] Complete your work making regular commits to the `firstName-lastName-responsive` branch; your submitted URL will always reflect your most recent work.
3131

3232
### Task 2: Minimum Viable Product
3333

0 commit comments

Comments
 (0)