this repo has no description
0
fork

Configure Feed

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

Add note to npm install first before npm run build

+1 -1
+1 -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` and serve the `dist` folder. 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. 113 113 114 114 Try search for "how to self-host static sites" as there are many ways to do it. 115 115