Skip to content

Commit

Permalink
docs: Don't specify a specific port
Browse files Browse the repository at this point in the history
Fixes #94
  • Loading branch information
epage committed Jul 5, 2024
1 parent c998f21 commit 5d136cc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,15 @@ $ cobalt init

#### Preview

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

#### Add a Page

Expand Down

0 comments on commit 5d136cc

Please sign in to comment.