This commit is contained in:
2024-07-21 20:02:13 +08:00
parent c77b93c950
commit 29cc87399e
9 changed files with 585 additions and 0 deletions

View File

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