Skip to content

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Latest commit

baca03a · Apr 5, 2020

History

History
43 lines (28 loc) · 1.44 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.44 KB

CodeRoad VSCode

CodeRoad is a VSCode extension that allows you to play interactive coding tutorials in your editor.

CodeRoad Image

Build and share your own interactive tutorials. Learn more about how tutorials area created.

Getting Started

Launch

To start the extension, inside VSCode:

  • Open the VSCode command palette.
    • select “View” > “Command Palette” from the top panel
    • alternatively, press cmd/ctrl + shift + P
  • Search for and run CodeRoad:Start
  • A web view should appear on the right side of your editor asking you to click "Start"

Requirements

Installation

Currently CodeRoad is not yet available in the VSCode marketplace (coming soon!).

To install the extension manually:

  • run vsce package to build the package. Learn more about VSCE
  • run code —install-extension coderoad-0.1.0.vsix.

License

AGPL v3