mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
19 lines
359 B
Markdown
19 lines
359 B
Markdown
|
|
# Monaco Editor Samples
|
|
|
|
Standalone HTML samples showing how to integrate the Monaco Editor.
|
|
|
|
## Running
|
|
|
|
```
|
|
git clone https://github.com/Microsoft/monaco-editor-samples.git
|
|
cd monaco-editor-samples
|
|
npm install .
|
|
npm run simpleserver
|
|
```
|
|
|
|
Go to <a href="http://localhost:8888">localhost:8888</a> and explore the samples!
|
|
|
|
## License
|
|
|
|
MIT
|