Update CONTRIBUTING.md

This commit is contained in:
Fizz 2023-03-02 22:40:06 +08:00 committed by GitHub
parent 01c0a5be61
commit 544dfbffca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,17 +103,16 @@ To debug bundled languages, such as JSON, HTML or TypeScript/JavaScript.
## Running the website locally
```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