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