Skip to content

Commit

Permalink
Merge pull request #1617 from larshp/contributing
Browse files Browse the repository at this point in the history
contributing: add details for running website locally
  • Loading branch information
alexdima committed Dec 16, 2019
2 parents 7e5825c + 1732115 commit 9ce99e3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CONTRIBUTING.md
Expand Up @@ -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
Expand Down

0 comments on commit 9ce99e3

Please sign in to comment.