From 7b1eeac442be8e715ed3cb6b3f7eda584ee887ee Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Fri, 27 Sep 2024 18:29:18 +0200 Subject: [PATCH] Explain how to run in dev mode --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 56741f8..3f4c319 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # Hackertours Web Site +## Run in dev mode + +```shell +hugo server --buildFuture --buildDrafts +``` + +Then open http://localhost:1313 ## Build locally