···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` (after `npm install`) and serve the `dist` folder.
112112+This is a **pure static web app**. You can host it anywhere you want.
113113+114114+Two ways (choose one):
115115+116116+1. (Recommended) Go to [Releases](https://github.com/cheeaun/phanpy/releases) and download the latest `phanpy-dist.zip`. It's pre-built so don't need to run any install/build commands. Extract it. Serve the folder of extracted files.
117117+2. Download or `git clone` this repository. Build it by running `npm run build` (after `npm install`). Serve the `dist` folder.
113118114119Try search for "how to self-host static sites" as there are many ways to do it.
115120