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
 ## Running the website locally
 
 
 ```bash
 ```bash
+yarn
+yarn build-monaco-editor
+
 cd website
 cd website
-yarn install
-yarn watch
+yarn 
+yarn typedoc
+yarn dev 
 ```
 ```
+open `http://localhost:8080/`
 
 
 No webpack logs the path to the website.
 No webpack logs the path to the website.