Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

👩‍💻 Create or play Interactive coding tutorials in VSCode

License

NotificationsYou must be signed in to change notification settings

coderoad/coderoad-vscode

Repository files navigation

Visual Studio Marketplace VersionVisual Studio Marketplace InstallsVisual Studio Marketplace Downloads

CodeRoad VSCode

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

CodeRoad Image

Why

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.

For learners, there are a number of advantages to running tutorials inside VSCode:

  • learn in a real world coding environment
  • get rapid feedback on save and helpful error messages
  • users own the code, and can build a Git timeline and deploy a portfolio

Getting Started

Start

To start the extension, inside VSCode:

  • open an empty VSCode workspace (an empty folder)
  • launch the app from the VSCode command palette:
    • select “View” > “Command Palette” from the top panel OR presscmd/ctrl + shift + P
    • in the command palette, search for and runCodeRoad:Start
  • a webview should appear on the right side of your editor. Click "Start"

Install

Install CodeRoad fromthis link in the VSCode Marketplace.

  • You may need to reload the window (ctrl/cmd + R)
  • See"Start" to get started.

Requirements

  • OS: MacOS, Windows, Linux
  • VSCode 1.39.2+
  • Node.js 10+
  • Git

Creating Tutorials

Build and share your own interactive tutorials.

Learn more abouthow tutorials area created.

Editing Tutorials

Tutorials can be edited directly as markdown on Github.

Development

To run the extension locally:

  • copy environmental variables from/web-app/.env.example as/web-app/.env
  • install dependencies withyarn install-all
  • build the extension withyarn build
  • open the extension with the vscode extension debugger by pressing F5. In the new window, open CodeRoad.

To test a packaged build locally:

  • if on Mac, ensure you haveVSCode command line tools installed
  • runyarn package. It will build the extension and install it locally.
  • open a new vscode window and launch the new version of CodeRoad

Contributing

CodeRoad is an ambitious project, we're always looking for contributors :)

SeeCONTRIBUTING.md.

License

AGPL v3

About

👩‍💻 Create or play Interactive coding tutorials in VSCode

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors12


[8]ページ先頭

©2009-2025 Movatter.jp