@@ -19,12 +19,20 @@ 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
- ##[ Documentation] ( https://coderoad.github.io/docs/overview )
22
+ ##[ 📖 Documentation] ( https://coderoad.github.io/docs/overview )
23
23
24
- - [ How CodeRoad Works] ( https://coderoad.github.io/docs/how-coderoad-works )
25
24
- [ Create a Tutorial] ( https://coderoad.github.io/docs/build-tutorial )
26
25
- [ Develop the Extension] ( https://coderoad.github.io/docs/development )
27
26
27
+ ###How CodeRoad Works
28
+
29
+ 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
+
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 )
35
+
28
36
##Getting Started
29
37
30
38
###Requirements
@@ -50,10 +58,6 @@ To start the extension, inside VSCode:
50
58
- select “View” > “Command Palette” from the top panel OR press` cmd/ctrl + shift + P `
51
59
- in the command palette popup, search for and run` CodeRoad:Start `
52
60
53
- ##How CodeRoad Works
54
-
55
- [ See a video explaining how CodeRoad works] ( http://www.youtube.com/watch?v=htrbKlgAvuE ' How CodeRoad Works ')
56
-
57
61
##Contributing
58
62
59
63
CodeRoad is an ambitious project, we're always looking for contributors :)