Skip to content

Commit 6e9a61d

Browse files
authored
Merge pull request graphql#833 from godcrampy/update-readme
docs: add yarn scripts
2 parents d32e682 + d4a22a9 commit 6e9a61d

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,14 @@ The site chrome are all in JS files in `site/_core/`.
1111

1212
The first time, get all the dependencies loaded via
1313

14-
```
15-
npm install
16-
```
14+
`$ npm install` or `$ yarn install`
1715

1816
Then, run the server via
1917

20-
```
21-
npm start
22-
Open http://localhost:8444/
23-
```
18+
`$ npm start` or `$ yarn start`
2419

25-
Anytime you change the contents, just refresh the page and it's going to be updated.
20+
Open [http://localhost:8444](http://localhost:8444) to view it in the browser.
21+
Anytime you make some changes, refresh the page to see the updates.
2622

2723
### Publish the Website
2824

0 commit comments

Comments
 (0)