Update CONTRIBUTING.md

pull/3618/head
Fizz 2 years ago committed by GitHub
parent 2b2e2a1eb7
commit 01c0a5be61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -103,10 +103,15 @@ To debug bundled languages, such as JSON, HTML or TypeScript/JavaScript.
## Running the website locally
```bash
yarn
yarn build-monaco-editor
cd website
yarn install
yarn watch
yarn
yarn typedoc
yarn dev
```
open `http://localhost:8080/`
No webpack logs the path to the website.

Loading…
Cancel
Save