Skip to content

Commit d0bc9fd

Browse files
authored
Merge pull request #193 from ShMcK/docs
Docs
2 parents 131ebf6 + baca03a commit d0bc9fd

File tree

2 files changed

+34
-9
lines changed

2 files changed

+34
-9
lines changed

‎README.md

+34-9
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,43 @@
1-
# coderoad-vscode README
1+
# CodeRoad VSCode
22

3-
## Features
3+
CodeRoad is a VSCode extension that allows you to play interactive coding tutorials in your editor.
44

5-
CodeRoad allows you to play interactive coding tutorials in your editor.
5+
![CodeRoad Image](./docs/images/tutorial-example.png)
66

7-
## Requirements
7+
Build and share your own interactive tutorials. Learn more about [how tutorials area created](./docs/tutorials.md).
88

9-
Requires:
9+
## Getting Started
10+
11+
### Launch
12+
13+
To start the extension, inside VSCode:
14+
15+
- Open the VSCode command palette.
16+
- select “View” > “Command Palette” from the top panel
17+
- alternatively, press `cmd/ctrl + shift + P`
18+
- Search for and run `CodeRoad:Start`
19+
- A web view should appear on the right side of your editor asking you to click "Start"
20+
21+
### Requirements
1022

1123
- VSCode 1.40+
24+
[Download Visual Studio Code - Mac, Linux, Windows](https://code.visualstudio.com/download)
25+
- VSCode command line tools.
26+
For Mac, installation requires an additioanl step. See [Running Visual Studio Code on macOS](https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line).
27+
- Node.js 10+
28+
[Download Node.js](https://nodejs.org/en/download/)
1229
- Git
13-
- Node 10+
1430

15-
## Run
31+
### Installation
32+
33+
> Currently CodeRoad is not yet available in the VSCode marketplace (coming soon!).
34+
35+
To install the extension manually:
36+
37+
- run `vsce package` to build the package.
38+
Learn more about [VSCE](https://code.visualstudio.com/api/working-with-extensions/publishing-extension)
39+
- run `code —install-extension coderoad-0.1.0.vsix`.
40+
41+
## License
1642

17-
1. Open the command prompt: `cmd/ctrl + shift + p`
18-
2. Search for and run `coderoad:start`
43+
[AGPL v3](https://github.com/coderoad/coderoad-vscode/blob/master/LICENSE.md)

‎docs/images/tutorial-example.png

668 KB
Loading

0 commit comments

Comments
 (0)