base project

This commit is contained in:
Seth 2025-04-20 23:15:41 -04:00
parent 79f300a918
commit 4fedd38df1
33 changed files with 407 additions and 2514 deletions

View file

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