40 lines
580 B
Markdown
40 lines
580 B
Markdown
<div align="center">
|
|
|
|
# †| FediGONE |†
|
|
|
|

|
|
|
|
## What is this?
|
|
|
|
A "410 Gone" frontend page for a Federated SNS.
|
|
|
|
</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)
|
|
|