mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-06-09 09:31:25 +00:00
- Add links to https://monaco-editor.js.org - Add netlify badge to the readme - Add YAML icon to the demo
11 lines
289 B
Markdown
11 lines
289 B
Markdown
# Demo
|
|
|
|
This demo is deployed to [monaco-yaml.js.org](https://monaco-yaml.js.org). It shows how
|
|
`monaco-editor` and `monaco-yaml` can be used with
|
|
[Webpack 5](https://webpack.js.org/concepts/entry-points). To start it, simply run:
|
|
|
|
```sh
|
|
npm start
|
|
```
|
|
|
|
The demo will open in your browser.
|