From 5d136cc1cbcb7edab1705d5f15538baa4be4868e Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 5 Jul 2024 12:48:25 -0500 Subject: [PATCH] docs: Don't specify a specific port Fixes #94 --- getting-started.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/getting-started.md b/getting-started.md index a45ffdb..993ce17 100644 --- a/getting-started.md +++ b/getting-started.md @@ -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