mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-05-21 05:08:42 +00:00
For both the project and all exmaples the prerequisites, setup steps, and running instructions have been added.
612 B
612 B
Demo
This demo is deployed to monaco-yaml.js.org. It shows how
monaco-editor and monaco-yaml can be used with
Webpack 5.
Prerequisites
Setup
To run the project locally, clone the repository and set it up:
git clone https://github.com/remcohaszing/monaco-yaml
cd monaco-yaml
npm ci
npm run prepack
Running
To start it, simply run:
npm --workspace demo start
The demo will open in your browser.