Add note to npm install first before npm run build

This commit is contained in:
Lim Chee Aun 2023-09-03 20:46:10 +08:00
parent a9109f4839
commit bb1850a330

View file

@ -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.