Merge pull request #3618 from PmcFizz/patch-2

Update CONTRIBUTING.md
pull/3264/head^2 v0.37.0-dev.20230307
Henning Dieterichs 2023-03-03 13:23:34 +01:00 committed by GitHub
commit f20e0c8d47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 4 deletions

View File

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