monaco-yaml/examples/demo
Remco Haszing 72fc069c6d
Enhance contribution instructions
For both the project and all exmaples the prerequisites, setup steps,
and running instructions have been added.
2021-11-15 18:09:40 +01:00
..
src Implement definition provider 2021-11-10 22:28:06 +01:00
package.json Update monaco to 0.30 2021-11-09 10:43:15 -08:00
README.md Enhance contribution instructions 2021-11-15 18:09:40 +01:00
webpack.config.js Remove webpack buffer fallback 2021-10-18 21:16:18 +02:00

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.