|
@@ -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 build-monaco-editor
|
|
|
|
|
|
+> yarn install
|
|
|
|
+> yarn build-monaco-editor
|
|
|
|
|
|
-cd website
|
|
|
|
-yarn
|
|
|
|
-yarn typedoc
|
|
|
|
-yarn dev
|
|
|
|
|
|
+> cd website
|
|
|
|
+> yarn install
|
|
|
|
+> yarn typedoc
|
|
|
|
+> 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
|
|
|
|
|