소스 검색

Merge pull request #1617 from larshp/contributing

contributing: add details for running website locally
Alexandru Dima 5 년 전
부모
커밋
9ce99e38b0
1개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제
  1. 3 4
      CONTRIBUTING.md

+ 3 - 4
CONTRIBUTING.md

@@ -100,17 +100,16 @@ Open [http://localhost:8080/monaco-editor/test/?editor=src&monaco-typescript=src
 # create a local release
 /src/monaco-editor> npm run release
 
-# open http://localhost:8080/monaco-editor/website/
-
 # build the website
 /src/monaco-editor> npm run build-website
 
+# start local webserver
+/src/monaco-editor> npm run simpleserver
+
 # open http://localhost:8080/monaco-editor-website/
 
 ```
 
----
-
 ## Shipping a new monaco-editor npm module
 
 #### 1. Ship a new `monaco-editor-core` npm module