summaryrefslogtreecommitdiff
path: root/js/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'js/README.md')
-rw-r--r--js/README.md15
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.