You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,11 @@ This book is developed using [GitBook](https://github.com/GitbookIO/gitbook). Au
17
17
Here's how to setup a Dev Environment:
18
18
19
19
```
20
-
$ npm install gitbook-cli -g
21
-
$ gitbook serve .
20
+
npm install gitbook-cli -g
21
+
gitbook serve .
22
22
```
23
23
Note: serve needs port `35729` (for live reload) and `4000` for serving http://localhost:4000.
24
24
25
25
Also you can mostly just edit the `.md` files in [`/docs`](https://github.com/basarat/typescript-book/docs) using github and create a Pull Request (PR).
0 commit comments