FediGONE for ff.v-sli.me.
Find a file
2025-01-28 16:44:24 +09:00
dist add vercel.json (dist/vercel.json) 2025-01-28 16:41:07 +09:00
docs 🔧 change logo.png (docs/logo.png) 2025-01-28 15:33:29 +09:00
public 🎉 make change astrojs (.astro/content-assets.mjs, .astro/content-modules.mjs, .astro/data-store.json, .astro/settings.json, .astro/types.d.ts, .prettierrc, README.md, _error.tsx.bak, astro.config.mjs, bun.lockb, next.config.js, package.json, postcss.config.js, public/favicon.ico, src/app/layout.tsx, src/app/page.tsx, src/components/page.tsx, src/consts.ts, src/env.d.ts, src/layouts/Layout.astro, src/pages/index.astro, src/styles/globals.css, tailwind.config.ts, tsconfig.json) 2025-01-27 23:44:16 +09:00
src add advertisement (bun.lockb, package.json, src/pages/index.astro) 2025-01-28 15:07:29 +09:00
.eslintrc.json Initial commit from Create Next App 2023-12-16 11:21:29 +09:00
.gitignore 🔧 change gitignore (.gitignore) 2025-01-28 16:41:22 +09:00
.prettierrc 🎉 make change astrojs (.astro/content-assets.mjs, .astro/content-modules.mjs, .astro/data-store.json, .astro/settings.json, .astro/types.d.ts, .prettierrc, README.md, _error.tsx.bak, astro.config.mjs, bun.lockb, next.config.js, package.json, postcss.config.js, public/favicon.ico, src/app/layout.tsx, src/app/page.tsx, src/components/page.tsx, src/consts.ts, src/env.d.ts, src/layouts/Layout.astro, src/pages/index.astro, src/styles/globals.css, tailwind.config.ts, tsconfig.json) 2025-01-27 23:44:16 +09:00
astro.config.mjs 🎉 make change astrojs (.astro/content-assets.mjs, .astro/content-modules.mjs, .astro/data-store.json, .astro/settings.json, .astro/types.d.ts, .prettierrc, README.md, _error.tsx.bak, astro.config.mjs, bun.lockb, next.config.js, package.json, postcss.config.js, public/favicon.ico, src/app/layout.tsx, src/app/page.tsx, src/components/page.tsx, src/consts.ts, src/env.d.ts, src/layouts/Layout.astro, src/pages/index.astro, src/styles/globals.css, tailwind.config.ts, tsconfig.json) 2025-01-27 23:44:16 +09:00
bun.lockb 🗑️ remove vercel.json (bun.lockb, package.json, vercel.json) 2025-01-28 16:22:46 +09:00
package.json 🗑️ remove vercel.json (bun.lockb, package.json, vercel.json) 2025-01-28 16:22:46 +09:00
README.md 📚 update README (README.md) 2025-01-28 16:44:24 +09:00
tailwind.config.ts 🎉 make change astrojs (.astro/content-assets.mjs, .astro/content-modules.mjs, .astro/data-store.json, .astro/settings.json, .astro/types.d.ts, .prettierrc, README.md, _error.tsx.bak, astro.config.mjs, bun.lockb, next.config.js, package.json, postcss.config.js, public/favicon.ico, src/app/layout.tsx, src/app/page.tsx, src/components/page.tsx, src/consts.ts, src/env.d.ts, src/layouts/Layout.astro, src/pages/index.astro, src/styles/globals.css, tailwind.config.ts, tsconfig.json) 2025-01-27 23:44:16 +09:00
tsconfig.json 🎉 make change astrojs (.astro/content-assets.mjs, .astro/content-modules.mjs, .astro/data-store.json, .astro/settings.json, .astro/types.d.ts, .prettierrc, README.md, _error.tsx.bak, astro.config.mjs, bun.lockb, next.config.js, package.json, postcss.config.js, public/favicon.ico, src/app/layout.tsx, src/app/page.tsx, src/components/page.tsx, src/consts.ts, src/env.d.ts, src/layouts/Layout.astro, src/pages/index.astro, src/styles/globals.css, tailwind.config.ts, tsconfig.json) 2025-01-27 23:44:16 +09:00

†| FediGONE |†

image

What is this?

A "410 Gone" frontend page for a Federated SNS. View Demo Page

Usage 💨

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