Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
minor tweak just to make this show up on curriculum. Not worth getting blocked for days about
  • Loading branch information
SallyMcGrath authored Jul 22, 2023
1 parent b993dfd commit b93ef76
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,21 @@ Fun fact, [Bikes For Refugees](https://www.bikesforrefugees.scot/) is a real pro

## Set up

**Clone** this repository onto your machine. Remember [the git cheat-sheet]( https://syllabus.codeyourfuture.io/git/desktop/cheatsheet#i-want-to-get-code-from-a-repo-onto-my-computer-cloning) if you get stuck.
1. **Clone** this repository onto your machine. Remember [the git cheat-sheet]( https://syllabus.codeyourfuture.io/git/desktop/cheatsheet#i-want-to-get-code-from-a-repo-onto-my-computer-cloning) if you get stuck.
1. Open up the repository you just cloned (again, check [the git cheat-sheet](https://syllabus.codeyourfuture.io/git/desktop/cheatsheet#i-want-to-open-visual-studio-code-with-code-from-my-repository) if you need help.)
1. Make a new branch for your work; name it with your cohort/name. For example: NW7/GermanBencci

Open up the repository you just cloned (again, check [the git cheat-sheet](https://syllabus.codeyourfuture.io/git/desktop/cheatsheet#i-want-to-open-visual-studio-code-with-code-from-my-repository) if you need help.)
```git
git checkout -b COHORT/YourName
```

You're now ready to code!

## Exercise

The aim of the exercise is for your webpage to look like the following screenshot:

![Bike For Refugees: final design](bikes-for-refugees_final-design.png)
![Bike For Refugees: final design](https://github.com/CodeYourFuture/bikes-for-refugees/blob/main/bikes-for-refugees_final-design.png)

Open the `index.html` file in your browser, and compare it to the image of the final result. What's different?

Expand Down

0 comments on commit b93ef76

Please sign in to comment.