Initial commit

This commit is contained in:
Endeavorance 2025-01-07 14:58:16 -05:00
commit 0036079c75
12 changed files with 765 additions and 0 deletions

15
README.md Normal file
View file

@ -0,0 +1,15 @@
# socket-speak
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run src/index.ts
```
This project was created using `bun init` in bun v1.1.42. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.