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
+2-2
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,11 @@ CodeRoad is a VSCode extension that allows you to play interactive coding tutori
13
13
Interactive learning is the most effective way to gain new skills and knowledge. CodeRoad aims to help tutorial creators develop and share interactive content with the community.
14
14
15
15
For learners, there are a number of advantages to running tutorials inside VSCode:
16
+
16
17
- learn in a real world coding environment
17
18
- get rapid feedback on save and helpful error messages
18
19
- users own the code, and can build a Git timeline and deploy a portfolio
19
20
20
-
21
21
## Getting Started
22
22
23
23
### Start
@@ -48,7 +48,7 @@ Install CodeRoad from [this link in the VSCode Marketplace](https://marketplace.
48
48
49
49
Build and share your own interactive tutorials.
50
50
51
-
Learn more about [how tutorials area created](./docs/tutorials.md).
51
+
Learn more about [how tutorials area created](https://coderoad.github.io/docs/build-tutorial).
52
52
53
53
See an [interactive visualization](https://coderoad.github.io/coderoad-visual/) of a tutorial repository.
Copy file name to clipboardExpand all lines: docs/docs/overview.md
+13-1
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,16 @@ title: Overview
4
4
sidebar_label: Overview
5
5
---
6
6
7
-
Coming Soon
7
+
CodeRoad is a VSCode extension that allows you to play interactive coding tutorials in your editor.
8
+
9
+

10
+
11
+
## Why
12
+
13
+
Interactive learning is the most effective way to gain new skills and knowledge. CodeRoad aims to help tutorial creators develop and share interactive content with the community.
14
+
15
+
For learners, there are a number of advantages to running tutorials inside VSCode:
16
+
17
+
- learn in a real world coding environment
18
+
- get rapid feedback on save and helpful error messages
19
+
- users own the code, and can build a Git timeline and deploy a portfolio
0 commit comments