Powerful, configurable and modular federated server using the Versia Protocol
Find a file
2023-09-10 17:54:14 -10:00
database Add more user serialization 2023-09-10 17:54:14 -10:00
server/api/v1/accounts/[id] Initial commit 2023-09-10 17:31:08 -10:00
types Fix ESLint 2023-09-10 17:46:20 -10:00
utils Add more user serialization 2023-09-10 17:54:14 -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 Fix ESLint 2023-09-10 17:46:20 -10:00
index.ts Add more user serialization 2023-09-10 17:54:14 -10:00
package.json Fix ESLint 2023-09-10 17:46:20 -10:00
README.md Initial commit 2023-09-10 17:31:08 -10:00
tsconfig.json Initial commit 2023-09-10 17:31:08 -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.