generated from custom-cards/boilerplate-card
-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
11,898 additions
and
4,469 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# 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). | ||
|
||
## Table of Contents | ||
|
||
- [Prerequisites](#prerequisites) | ||
- [Setup](#setup) | ||
- [Running](#running) | ||
|
||
## Prerequisites | ||
|
||
- [NodeJS](https://nodejs.org) 16 or higher | ||
- [npm](https://github.com/npm/cli) 8.1.2 or higher | ||
|
||
## Setup | ||
|
||
To run the project locally, clone the repository and set it up: | ||
|
||
```sh | ||
git clone https://github.com/remcohaszing/monaco-yaml | ||
cd monaco-yaml | ||
npm ci | ||
``` | ||
|
||
## Running | ||
|
||
To start it, simply run: | ||
|
||
```sh | ||
npm --workspace demo start | ||
``` | ||
|
||
The demo will open in your browser. |
Oops, something went wrong.