You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This is not the real Firebase, this is what we're making:
10
10
11
11

12
12
13
-
## Install
13
+
## Download and Install
14
14
15
15
```bash
16
16
npm install
@@ -19,9 +19,19 @@ npm start
19
19
20
20
Then go to [localhost:8000](http://localhost:8000)
21
21
22
-
## Each lesson is a Git Branch
22
+
> Be sure to see notes on Lesson Branches below...
23
23
24
-
To view the code for a given lesson, checkout the appropriate branch name. The branch will have the finished code from that lesson.
24
+
## Each Lesson is a Git Branch
25
+
26
+
To view the code for a given lesson, _checkout_ the appropriate branch name. The branch will have the finished code from that lesson.
27
+
28
+
### Installing lesson branches
29
+
30
+
All the branches are checked out to your local machine automatically when you do `npm install`. Just do a `git branch` to verify and see all branches after.
0 commit comments