Powerful, configurable and modular federated server using the Versia Protocol
Find a file
Jesse Wierzbinski 436a79d99f
Initial commit
2023-09-10 17:31:08 -10:00
database Initial commit 2023-09-10 17:31:08 -10:00
server/api/v1/accounts/[id] Initial commit 2023-09-10 17:31:08 -10:00
types Initial commit 2023-09-10 17:31:08 -10:00
utils Initial commit 2023-09-10 17:31:08 -10:00
.eslintrc.js Initial commit 2023-09-10 17:31:08 -10:00
.gitignore Initial commit 2023-09-10 17:31:08 -10:00
bun.lockb Initial commit 2023-09-10 17:31:08 -10:00
index.ts Initial commit 2023-09-10 17:31:08 -10:00
package.json Initial commit 2023-09-10 17:31:08 -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.