Powerful, configurable and modular federated server using the Versia Protocol
Find a file
2023-09-12 12:56:37 -10:00
database Implement WebFinger, rework TS 2023-09-12 10:48:10 -10:00
server/api Make endpoints bigger 2023-09-12 12:56:37 -10:00
types Implement WebFinger, rework TS 2023-09-12 10:48:10 -10:00
utils Implement WebFinger, rework TS 2023-09-12 10:48:10 -10:00
.eslintrc.cjs Fix ESLint 2023-09-10 17:46:20 -10:00
.gitignore Initial commit 2023-09-10 17:31:08 -10:00
bun.lockb Implement actor endpoint 2023-09-12 10:53:30 -10:00
index.ts Implement WebFinger, rework TS 2023-09-12 10:48:10 -10:00
package.json Implement actor endpoint 2023-09-12 10:53:30 -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.