浏览代码

Update CONTRIBUTING.md

Fizz 2 年之前
父节点
当前提交
01c0a5be61
共有 1 个文件被更改,包括 7 次插入2 次删除
  1. 7 2
      CONTRIBUTING.md

+ 7 - 2
CONTRIBUTING.md

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