Powerful, configurable and modular federated server using the Versia Protocol
Find a file
2023-09-13 20:12:54 -10:00
database Test Note object federation 2023-09-13 17:39:11 -10:00
pages RAHHHHHHH 2023-09-13 16:25:45 -10:00
server/api Test for Update support 2023-09-13 20:12:54 -10:00
tests Test for Update support 2023-09-13 20:12:54 -10:00
types Implement WebFinger, rework TS 2023-09-12 10:48:10 -10:00
utils Add new user patch route 2023-09-13 09:02:16 -10:00
.eslintrc.cjs Add stricter ESLint rules 2023-09-12 14:29:13 -10:00
.gitignore Initial commit 2023-09-10 17:31:08 -10:00
.prettierrc Add stricter ESLint rules 2023-09-12 14:29:13 -10:00
bun.lockb RAHHHHHHH 2023-09-13 16:25:45 -10:00
index.ts Test Note object federation 2023-09-13 17:39:11 -10:00
package.json Add stricter ESLint rules 2023-09-12 14:29:13 -10:00
README.md Initial commit 2023-09-10 17:31:08 -10:00
tsconfig.json Implement WebFinger, rework TS 2023-09-12 10:48:10 -10:00

fedi-project

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v0.8.1. Bun is a fast all-in-one JavaScript runtime.