@@ -19,19 +19,24 @@ Works with a variety of languages: JavaScript, Python, Bash, SQL, with more to c
19
19
20
20
![ CodeRoad Example] ( ./docs/static/gif/coderoad-example.gif )
21
21
22
+ ---
23
+
22
24
##[ 📖 Documentation] ( https://coderoad.github.io/docs/overview )
23
25
24
26
- [ Create a Tutorial] ( https://coderoad.github.io/docs/build-tutorial )
25
27
- [ Develop the Extension] ( https://coderoad.github.io/docs/development )
26
28
27
- ### How CodeRoad Works
29
+ ##How CodeRoad Works
28
30
29
31
1 . Text is written in Markdown.[ 🔗] ( https://github.com/coderoad/fcc-learn-npm/blob/master/TUTORIAL.md )
30
- 2 . Tutorials are stored and played in Git.[ 🔗] ( https://github.com/coderoad/fcc-learn-npm/commits/v0.4.2 )
31
- 3 . Hooks & actions give access to the command line & VSCode API.[ 📖] ( https://coderoad.github.io/docs/hooks-actions/ )
32
+ 2 . Tutorials are built on Git using a TDD pattern.[ 🔗] ( https://github.com/coderoad/fcc-learn-npm/commits/v0.4.2 )
33
+ 3 . Hooks & actions give flexible access to the command line & VSCode API.[ 📖] ( https://coderoad.github.io/docs/hooks-actions/ )
34
+
35
+ ▶️  ; [ See a video explaining how CodeRoad works] ( http://www.youtube.com/watch?v=htrbKlgAvuE ' How CodeRoad Works ')
32
36
33
- - ▶️[ See a video explaining how CodeRoad works] ( http://www.youtube.com/watch?v=htrbKlgAvuE ' How CodeRoad Works ')
34
- - 📖[ Learn more] ( https://coderoad.github.io/docs/how-coderoad-works )
37
+ 📖  ; [ Learn more] ( https://coderoad.github.io/docs/how-coderoad-works )
38
+
39
+ ---
35
40
36
41
##Getting Started
37
42
@@ -58,6 +63,8 @@ To start the extension, inside VSCode:
58
63
- select “View” > “Command Palette” from the top panel OR press` cmd/ctrl + shift + P `
59
64
- in the command palette popup, search for and run` CodeRoad:Start `
60
65
66
+ ---
67
+
61
68
##Contributing
62
69
63
70
CodeRoad is an ambitious project, we're always looking for contributors :)