this repo has no description
0
fork

Configure Feed

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

Add community deployments

+18 -10
+18 -10
README.md
··· 107 107 - requires `.env.dev` file with `INSTANCES_SOCIAL_SECRET_TOKEN` variable set 108 108 - `npm run sourcemap` - Run `source-map-explorer` on the production build 109 109 110 + ## Tech stack 111 + 112 + - [Vite](https://vitejs.dev/) - Build tool 113 + - [Preact](https://preactjs.com/) - UI library 114 + - [Valtio](https://valtio.pmnd.rs/) - State management 115 + - [React Router](https://reactrouter.com/) - Routing 116 + - [masto.js](https://github.com/neet/masto.js/) - Mastodon API client 117 + - [Iconify](https://iconify.design/) - Icon library 118 + - [MingCute icons](https://www.mingcute.com/) 119 + - Vanilla CSS - _Yes, I'm old school._ 120 + 121 + Some of these may change in the future. The front-end world is ever-changing. 122 + 110 123 ## Self-hosting 111 124 112 125 This is a **pure static web app**. You can host it anywhere you want. ··· 118 131 119 132 Try search for "how to self-host static sites" as there are many ways to do it. 120 133 121 - ## Tech stack 134 + ## Community deployments 122 135 123 - - [Vite](https://vitejs.dev/) - Build tool 124 - - [Preact](https://preactjs.com/) - UI library 125 - - [Valtio](https://valtio.pmnd.rs/) - State management 126 - - [React Router](https://reactrouter.com/) - Routing 127 - - [masto.js](https://github.com/neet/masto.js/) - Mastodon API client 128 - - [Iconify](https://iconify.design/) - Icon library 129 - - [MingCute icons](https://www.mingcute.com/) 130 - - Vanilla CSS - *Yes, I'm old school.* 136 + These are self-hosted by other wonderful folks. 131 137 132 - Some of these may change in the future. The front-end world is ever-changing. 138 + - [ferengi.one](https://ferengi.one/) by [david@collantes.social](https://collantes.social/@david) 139 + - [phanpy.blaede.family](https://phanpy.blaede.family/) by [cassidy@blaede.family](https://mastodon.blaede.family/@cassidy) 140 + - [phanpy.vmst.io](https://phanpy.vmst.io/) by [vmstan@vmstan.io](https://vmst.io/@vmstan) 133 141 134 142 ## Costs 135 143