mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
contributing: clarify "running website locally"
contributing: clarify "running website locally" section another step is required to start the local webserver
This commit is contained in:
parent
b7194c4617
commit
1732115bbd
1 changed files with 3 additions and 4 deletions
|
|
@ -100,17 +100,16 @@ Open [http://localhost:8080/monaco-editor/test/?editor=src&monaco-typescript=src
|
||||||
# create a local release
|
# create a local release
|
||||||
/src/monaco-editor> npm run release
|
/src/monaco-editor> npm run release
|
||||||
|
|
||||||
# open http://localhost:8080/monaco-editor/website/
|
|
||||||
|
|
||||||
# build the website
|
# build the website
|
||||||
/src/monaco-editor> npm run build-website
|
/src/monaco-editor> npm run build-website
|
||||||
|
|
||||||
|
# start local webserver
|
||||||
|
/src/monaco-editor> npm run simpleserver
|
||||||
|
|
||||||
# open http://localhost:8080/monaco-editor-website/
|
# open http://localhost:8080/monaco-editor-website/
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Shipping a new monaco-editor npm module
|
## Shipping a new monaco-editor npm module
|
||||||
|
|
||||||
#### 1. Ship a new `monaco-editor-core` npm module
|
#### 1. Ship a new `monaco-editor-core` npm module
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue