summaryrefslogtreecommitdiff
path: root/js/README.md
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-06-28 01:58:17 +0700
committerpolwex <polwex@sortug.com>2025-06-28 01:58:17 +0700
commit4588f36fa79f40c361dbe95ce7a157eebef45d8a (patch)
tree4c978bb7ea466ea0b7e548c17ed1bed74888ce0b /js/README.md
parent06f991b48dba9f83eebf60342ff200606d4cd89d (diff)
init
Diffstat (limited to 'js/README.md')
-rw-r--r--js/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/js/README.md b/js/README.md
new file mode 100644
index 0000000..874ec57
--- /dev/null
+++ b/js/README.md
@@ -0,0 +1,15 @@
+# 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.