diff options
| author | polwex <polwex@sortug.com> | 2025-02-13 12:29:32 +0700 |
|---|---|---|
| committer | polwex <polwex@sortug.com> | 2025-02-13 12:29:32 +0700 |
| commit | 4c6913644b362b28f15b125c2fbe48165f1e048c (patch) | |
| tree | 147f5e16f18e956fe55959ac3e03e5afb03b9b52 /README.md | |
init
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..b89d245 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# models + +To install dependencies: + +```bash +bun install +``` + +To run: + +```bash +bun run index.ts +``` + +This project was created using `bun init` in bun v1.2.2. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime. |
