Add note to npm install first before npm run build
This commit is contained in:
parent
a9109f4839
commit
bb1850a330
|
@ -109,7 +109,7 @@ Prerequisites: Node.js 18+
|
||||||
|
|
||||||
## Self-hosting
|
## 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.
|
Try search for "how to self-host static sites" as there are many ways to do it.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue