Go to file
Sugui cfae285d44 first commit 2023-12-08 14:05:20 +01:00
.gitignore first commit 2023-12-08 14:05:20 +01:00
Dockerfile first commit 2023-12-08 14:05:20 +01:00
README.md first commit 2023-12-08 14:05:20 +01:00
index.ts first commit 2023-12-08 14:05:20 +01:00
package.json first commit 2023-12-08 14:05:20 +01:00
tsconfig.json first commit 2023-12-08 14:05:20 +01:00

README.md

fib-api

To install dependencies:

bun install

To run:

bun run index.ts

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