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
Serve the target directory as docs site locally, with hot reloadforif you save any file changes. See [server](#21-serve) options above.
443
+
Serve the target directory as a docs site locally. This includes hot reload, to refresh the page on file changes. See [serve](#21-serve) options above.
440
444
441
445
e.g.
442
446
443
447
```bash
444
448
$ docsify serve docs
445
449
```
446
450
451
+
Serves as [localhost:3000/](http://localhost:3000/), or a different port if there is already a _Docsify_ server running.
452
+
447
453
#### start
448
454
449
455
> Server for SSR
450
456
451
-
For Server-Side Rendering. I haven't tried this yet.
457
+
This command is for Server-Side Rendering. I haven't tried this yet.
0 commit comments