Skip to content
This repository was archived by the owner on Aug 2, 2024. It is now read-only.

Files

Latest commit

May 6, 2022
66b8bbf · May 6, 2022

History

History
10 lines (8 loc) · 550 Bytes

File metadata and controls

10 lines (8 loc) · 550 Bytes

Extension commands

A quick run down of some of the important commands that can be run when at the root of the project.

npm run install:all      Install package dependencies for both the extension and SolidJS webview source code.
npm run start:webview    Runs the SolidJS webview source code in development mode. Open http://localhost:3000 to view it in the browser.
npm run build:webview    Build SolidJS webview source code. Must be executed before compiling or running the extension.
npm run compile          Compile VS Code extension.