Add note to npm install first before npm run build

pull/228/head
Lim Chee Aun 2023-09-03 20:46:10 +08:00
rodzic a9109f4839
commit bb1850a330
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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