Files
bot/adapters/fluxer/README.md
enricobuehler 6ce1fdf67d restructure
move to bun workspaces
bump zod
begin adding fluxer
2026-02-17 18:04:32 +01:00

16 lines
221 B
Markdown

# fluxer
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.3.5. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.