about summary refs log tree commit diff stats
path: root/ts/bun/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'ts/bun/README.md')
-rw-r--r--ts/bun/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/ts/bun/README.md b/ts/bun/README.md
new file mode 100644
index 0000000..a81c9ab
--- /dev/null
+++ b/ts/bun/README.md
@@ -0,0 +1,15 @@
+# bun
+
+To install dependencies:
+
+```bash
+bun install
+```
+
+To run:
+
+```bash
+bun run index.ts
+```
+
+This project was created using `bun init` in bun v1.1.12. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.