Getting started with Runme Web
Install Runme
If you haven't already installed Runme CLI, please complete the steps in installation before proceeding.
Runme can run as a self-contained web app. Since Runme's notebook UX is built on top of the VS Code platform, we can leverage the code-server project to run it as a local self-contained web app.
Just run following command:
runme open
Runme will download and setup code-server
for you and VS Code should be automatically opened in your default browser.