From 20361ac155bb16c4ba0cbd30c52dc5b9c2f43a88 Mon Sep 17 00:00:00 2001 From: Alie Date: Wed, 3 Jul 2024 10:23:28 +0200 Subject: [PATCH] delete readme --- README.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 9dcd8f0..0000000 --- a/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# website - -To install dependencies: - -```bash -bun install -``` - -To run: - -```bash -bun run index.ts -``` - -This project was created using `bun init` in bun v1.0.20. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.