Skip to content

Commit 5d136cc

Browse files
committed
docs: Don't specify a specific port
Fixes #94
1 parent c998f21 commit 5d136cc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

getting-started.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,15 @@ $ cobalt init
2525

2626
#### Preview
2727

28-
Serve your site at `127.0.0.1:3000`
28+
To serve your site locally, run:
2929
```console
3030
$ cobalt serve
31+
Building from `.` into `/tmp/.tmpgYpScM`
32+
Watching . for changes
33+
Serving /tmp/.tmpgYpScM through static file server
34+
Server Listening on http://localhost:1024
35+
Ctrl-c to stop the server
3136
```
32-
This provides live reload; it will re-generate your site as you add or change content.
3337

3438
#### Add a Page
3539

0 commit comments

Comments
 (0)