summaryrefslogtreecommitdiff
path: root/server/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'server/README.md')
-rw-r--r--server/README.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/server/README.md b/server/README.md
deleted file mode 100644
index 84286d5..0000000
--- a/server/README.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# server
-
-To install dependencies:
-
-```bash
-bun install
-```
-
-To run:
-
-```bash
-bun run index.ts
-```
-
-This project was created using `bun init` in bun v0.6.14. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.