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
Write about _all_ software and dependencies you will need to have installed, with relevant links to resources for where you can download/ read instruction on how to install
20
+
* NodeJS vx.xx.xx
21
+
* Go Version x.xx ^
22
+
* Even things like Homebrew
23
+
24
+
25
+
## Instructions
26
+
Sentence?
27
+
28
+
### Video
29
+
30
+
{{< youtube i100RhwZUnQ >}}
31
+
<!-- The URL to this video was: https://www.youtube.com/watch?v=i100RhwZUnQ -->
32
+
33
+
34
+
### Title 1 that describes what you will do
35
+
Information & context
36
+
* Specific to-do `command`
37
+
* Specific to-do
38
+
```
39
+
some code
40
+
41
+
```
42
+
### Title 2 that describes what you will do
43
+
Information & context
44
+
* Specific to-do `command`
45
+
* Specific to-do
46
+
```
47
+
some code
48
+
49
+
```
50
+
### Title 3 that describes what you will do
51
+
Information & context
52
+
* Specific to-do `command`
53
+
* Specific to-do
54
+
```
55
+
some code
56
+
57
+
```
58
+
59
+
### Title n that describes what you will do
60
+
Information & context
61
+
* Specific to-do `command`
62
+
* Specific to-do
63
+
```
64
+
some code
65
+
66
+
```
67
+
68
+
<!-- Summary -->
69
+
Now you can ----- . Next you will/can learn to ... See an example of the completed code **<Link to branch & file with completed code>**
0 commit comments