Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.61 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.61 KB

CodeRoad VSCode

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

CodeRoad Image

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. 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-$VERSION.vsix where version is the name of the file.
  • Reload the window (ctrl/cmd + R)
  • You should be able to see the extension from the extensions list on the left hand side. Verify that "CodeRoad" is "enabled".

Creating Tutorials

Build and share your own interactive tutorials.

Learn more about how tutorials area created.

Contributing

See CONTRIBUTING.md.

License

AGPL v3