mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 08:10:11 +01:00
opt: docment
Signed-off-by: pmc <pangmengchen@gmail.com>
This commit is contained in:
parent
8629931e99
commit
19bce8bfba
1 changed files with 3 additions and 3 deletions
|
|
@ -103,13 +103,13 @@ To debug bundled languages, such as JSON, HTML or TypeScript/JavaScript.
|
|||
## Running the website locally
|
||||
|
||||
```bash
|
||||
> yarn install
|
||||
> yarn build-monaco-editor
|
||||
> npm install
|
||||
> npm run build-monaco-editor
|
||||
|
||||
> cd website
|
||||
> yarn install
|
||||
> yarn typedoc
|
||||
> yarn dev
|
||||
> yarn dev
|
||||
```
|
||||
|
||||
Now webpack logs the path to the website.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue