We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32e682 commit d4a22a9Copy full SHA for d4a22a9
README.md
@@ -11,18 +11,14 @@ The site chrome are all in JS files in `site/_core/`.
11
12
The first time, get all the dependencies loaded via
13
14
-```
15
-npm install
16
+`$ npm install` or `$ yarn install`
17
18
Then, run the server via
19
20
21
-npm start
22
-Open http://localhost:8444/
23
+`$ npm start` or `$ yarn start`
24
25
-Anytime you change the contents, just refresh the page and it's going to be updated.
+Open [http://localhost:8444](http://localhost:8444) to view it in the browser.
+Anytime you make some changes, refresh the page to see the updates.
26
27
### Publish the Website
28
0 commit comments