浏览代码

Merge pull request #3618 from PmcFizz/patch-2

Update CONTRIBUTING.md
Henning Dieterichs 2 年之前
父节点
当前提交
f20e0c8d47
共有 1 个文件被更改,包括 8 次插入4 次删除
  1. 8 4
      CONTRIBUTING.md

+ 8 - 4
CONTRIBUTING.md

@@ -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