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 c998f21 commit 5d136ccCopy full SHA for 5d136cc
getting-started.md
@@ -25,11 +25,15 @@ $ cobalt init
25
26
#### Preview
27
28
-Serve your site at `127.0.0.1:3000`
+To serve your site locally, run:
29
```console
30
$ 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
36
```
-This provides live reload; it will re-generate your site as you add or change content.
37
38
#### Add a Page
39
0 commit comments