From 1732115bbd6d915eb909c7c5a67e58271f929dee Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Sun, 6 Oct 2019 16:00:35 +0200 Subject: [PATCH] contributing: clarify "running website locally" contributing: clarify "running website locally" section another step is required to start the local webserver --- CONTRIBUTING.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 121e0671ab..71fbeee53c 100644 --- a/CONTRIBUTING.md +++ b/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