FIrst commit

This commit is contained in:
2023-11-23 16:01:56 +01:00
commit 5aab318e79
14 changed files with 1193 additions and 0 deletions

15
README.md Normal file
View File

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