File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ This project has enormous potential. Please open an issue if you want to contrib
6
6
7
7
To set up development,
8
8
* Clone the repo
9
- * Install "rush" via " npm install -g @microsoft/rush "
10
- * Run " rush install" in the repo
9
+ * Install "rush" via ` npm install -g @microsoft/rush `
10
+ * Run ` rush install ` in the repo
11
11
12
- * Run " rush build" . This will internally run ` npm run build ` in all the packages and build the example docs
12
+ * Run ` rush build ` . This will internally run ` npm run build ` in all the packages and build the example docs
13
13
14
14
This should generate a few HTML files in "examples/docs". To show them in your browser,
15
15
16
- * Install "live-server" via " npm install -g live-server"
16
+ * Install "live-server" via ` npm install -g live-server `
17
17
* Run "live-server docs" (in the example folder)
18
18
19
- This should automatically open your browser with something that looks like this: https://webdoc-js .github.io/example-documentation/index.html
19
+ This should automatically open your browser with something that looks like this: https://webdoc-labs .github.io/example-documentation/index.html
You can’t perform that action at this time.
0 commit comments