|
1 |
| -# coderoad-vscode README |
| 1 | +# CodeRoad VSCode |
2 | 2 |
|
3 |
| -## Features |
| 3 | +CodeRoad is a VSCode extension that allows you to play interactive coding tutorials in your editor. |
4 | 4 |
|
5 |
| -CodeRoad allows you to play interactive coding tutorials in your editor. |
| 5 | + |
6 | 6 |
|
7 |
| -## Requirements |
| 7 | +Build and share your own interactive tutorials. Learn more about [how tutorials area created](./docs/tutorials.md). |
8 | 8 |
|
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 |
10 | 22 |
|
11 | 23 | - 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/) |
12 | 29 | - Git
|
13 |
| -- Node 10+ |
14 | 30 |
|
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 |
16 | 42 |
|
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) |
0 commit comments