diff options
author | polwex <polwex@sortug.com> | 2025-06-28 03:10:47 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-06-28 03:10:47 +0700 |
commit | 5bd56c54095a772cf14aae82389bf104338d7ac8 (patch) | |
tree | 4f0daa15b7cc08b5de20e7fb96e3ce6752e971dd /js/README.md | |
parent | b25e9fcf3644d28c61a0af05f5a9d0fc0345449c (diff) |
fucking dune man
Diffstat (limited to 'js/README.md')
-rw-r--r-- | js/README.md | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/js/README.md b/js/README.md deleted file mode 100644 index 874ec57..0000000 --- a/js/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# js - -To install dependencies: - -```bash -bun install -``` - -To run: - -```bash -bun run index.ts -``` - -This project was created using `bun init` in bun v1.2.16. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime. |