From b64a998a866a6d1daa6798a84606927216b3f757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sun, 4 Sep 2022 21:19:25 +0200 Subject: [PATCH] Update README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa79cc7..a3439c6 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,8 @@ This website is a simple static site. It is built using the 1. Clone this Git repository 2. [Install Hugo](https://gohugo.io/getting-started/installing/) -3. Run `hugo server` +3. Run `npm run dev` + +## Build for production + + npm run build:release