mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 07:00:11 +01:00
Update CONTRIBUTING.md
This commit is contained in:
parent
01c0a5be61
commit
544dfbffca
1 changed files with 7 additions and 8 deletions
|
|
@ -103,17 +103,16 @@ To debug bundled languages, such as JSON, HTML or TypeScript/JavaScript.
|
||||||
## Running the website locally
|
## Running the website locally
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yarn
|
> yarn install
|
||||||
yarn build-monaco-editor
|
> yarn build-monaco-editor
|
||||||
|
|
||||||
cd website
|
> cd website
|
||||||
yarn
|
> yarn install
|
||||||
yarn typedoc
|
> yarn typedoc
|
||||||
yarn dev
|
> yarn dev
|
||||||
```
|
```
|
||||||
open `http://localhost:8080/`
|
|
||||||
|
|
||||||
No webpack logs the path to the website.
|
Now webpack logs the path to the website.
|
||||||
|
|
||||||
## Out Folders
|
## Out Folders
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue