No description
Find a file
2024-03-18 19:03:19 -04:00
src config endpoint 2024-03-18 19:03:19 -04:00
.gitignore This is it 2024-03-18 16:08:10 -04:00
bun.lockb Initial commit 2024-03-18 15:39:52 -04:00
Dockerfile This is it 2024-03-18 16:08:10 -04:00
package.json This is it 2024-03-18 16:08:10 -04:00
README.md Initial commit 2024-03-18 15:39:52 -04:00
tsconfig.json Initial commit 2024-03-18 15:39:52 -04:00

garf-api

To install dependencies:

bun install

To run:

bun run src/index.ts

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