From bb1850a330a5cf5e7d0211ee524eea99824309e3 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 3 Sep 2023 20:46:10 +0800 Subject: [PATCH] Add note to npm install first before npm run build --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df813cea..8f1d783a 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ Prerequisites: Node.js 18+ ## Self-hosting -This is a **pure static web app**. You can host it anywhere you want. Build it by running `npm run build` and serve the `dist` folder. +This is a **pure static web app**. You can host it anywhere you want. Build it by running `npm run build` (after `npm install`) and serve the `dist` folder. Try search for "how to self-host static sites" as there are many ways to do it.