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