mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-24 10:15:37 +03:00
Add community deployments
This commit is contained in:
parent
aa8cbe046c
commit
2eea5ae053
1 changed files with 18 additions and 10 deletions
28
README.md
28
README.md
|
@ -107,6 +107,19 @@ Prerequisites: Node.js 18+
|
||||||
- requires `.env.dev` file with `INSTANCES_SOCIAL_SECRET_TOKEN` variable set
|
- requires `.env.dev` file with `INSTANCES_SOCIAL_SECRET_TOKEN` variable set
|
||||||
- `npm run sourcemap` - Run `source-map-explorer` on the production build
|
- `npm run sourcemap` - Run `source-map-explorer` on the production build
|
||||||
|
|
||||||
|
## Tech stack
|
||||||
|
|
||||||
|
- [Vite](https://vitejs.dev/) - Build tool
|
||||||
|
- [Preact](https://preactjs.com/) - UI library
|
||||||
|
- [Valtio](https://valtio.pmnd.rs/) - State management
|
||||||
|
- [React Router](https://reactrouter.com/) - Routing
|
||||||
|
- [masto.js](https://github.com/neet/masto.js/) - Mastodon API client
|
||||||
|
- [Iconify](https://iconify.design/) - Icon library
|
||||||
|
- [MingCute icons](https://www.mingcute.com/)
|
||||||
|
- Vanilla CSS - _Yes, I'm old school._
|
||||||
|
|
||||||
|
Some of these may change in the future. The front-end world is ever-changing.
|
||||||
|
|
||||||
## Self-hosting
|
## Self-hosting
|
||||||
|
|
||||||
This is a **pure static web app**. You can host it anywhere you want.
|
This is a **pure static web app**. You can host it anywhere you want.
|
||||||
|
@ -118,18 +131,13 @@ Two ways (choose one):
|
||||||
|
|
||||||
Try search for "how to self-host static sites" as there are many ways to do it.
|
Try search for "how to self-host static sites" as there are many ways to do it.
|
||||||
|
|
||||||
## Tech stack
|
## Community deployments
|
||||||
|
|
||||||
- [Vite](https://vitejs.dev/) - Build tool
|
These are self-hosted by other wonderful folks.
|
||||||
- [Preact](https://preactjs.com/) - UI library
|
|
||||||
- [Valtio](https://valtio.pmnd.rs/) - State management
|
|
||||||
- [React Router](https://reactrouter.com/) - Routing
|
|
||||||
- [masto.js](https://github.com/neet/masto.js/) - Mastodon API client
|
|
||||||
- [Iconify](https://iconify.design/) - Icon library
|
|
||||||
- [MingCute icons](https://www.mingcute.com/)
|
|
||||||
- Vanilla CSS - *Yes, I'm old school.*
|
|
||||||
|
|
||||||
Some of these may change in the future. The front-end world is ever-changing.
|
- [ferengi.one](https://ferengi.one/) by [david@collantes.social](https://collantes.social/@david)
|
||||||
|
- [phanpy.blaede.family](https://phanpy.blaede.family/) by [cassidy@blaede.family](https://mastodon.blaede.family/@cassidy)
|
||||||
|
- [phanpy.vmst.io](https://phanpy.vmst.io/) by [vmstan@vmstan.io](https://vmst.io/@vmstan)
|
||||||
|
|
||||||
## Costs
|
## Costs
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue