|
|
@ -103,13 +103,13 @@ To debug bundled languages, such as JSON, HTML or TypeScript/JavaScript.
|
|
|
|
## Running the website locally
|
|
|
|
## Running the website locally
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
```bash
|
|
|
|
> yarn install
|
|
|
|
> npm install
|
|
|
|
> yarn build-monaco-editor
|
|
|
|
> npm run build-monaco-editor
|
|
|
|
|
|
|
|
|
|
|
|
> cd website
|
|
|
|
> cd website
|
|
|
|
> yarn install
|
|
|
|
> yarn install
|
|
|
|
> yarn typedoc
|
|
|
|
> yarn typedoc
|
|
|
|
> yarn dev
|
|
|
|
> yarn dev
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
Now webpack logs the path to the website.
|
|
|
|
Now webpack logs the path to the website.
|
|
|
|