Firefish/README.md
2025-01-28 16:44:24 +09:00

40 lines
628 B
Markdown

<div align="center">
# †| FediGONE |†
![image](./docs/logo.png)
## What is this?
A "410 Gone" frontend page for a Federated SNS. [View Demo Page](https://fedi-gone.vercel.app/)
</div>
## Usage 💨
```bash
git clone https://git.v-sli.me/HidemaruOwO/FediGONE.git
cd FediGONE
# edit src/consts.ts for your AP instance
vim src/consts.ts
bun run install
bun run build
# deploy FediGONE
cd dist
vercel deploy --prod
```
## Dependencies 🪡
requirements `bun` or `nodejs` for build astro project.
- `bun`
- `nodejs`
## Reference ✨
- [HidemaruOwO/Awesome-README](https://git.v-sli.me/HidemaruOwO/Awesome-README)