server/tools/encoding-fixer/README.md
2024-04-05 21:57:49 +02:00

16 lines
228 B
Markdown

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