this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Document the pre-built releases

+6 -1
+6 -1
README.md
··· 109 109 110 110 ## Self-hosting 111 111 112 - 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. 112 + This is a **pure static web app**. You can host it anywhere you want. 113 + 114 + Two ways (choose one): 115 + 116 + 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. 117 + 2. Download or `git clone` this repository. Build it by running `npm run build` (after `npm install`). Serve the `dist` folder. 113 118 114 119 Try search for "how to self-host static sites" as there are many ways to do it. 115 120