···109109110110## Self-hosting
111111112112-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.
112112+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.
113113114114Try search for "how to self-host static sites" as there are many ways to do it.
115115