From 6ef4044a00cff62dc1d1265b63b9f0199634bb19 Mon Sep 17 00:00:00 2001 From: Hri7566 Date: Tue, 5 Mar 2024 17:22:24 -0500 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ca33843..ffc836d 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,17 @@ # fishing-api -To install dependencies: +This is a rewrite of Brandon Lockaby's fishing bot for Multiplayer Piano. -```bash -bun install -``` - -To run: - -```bash -bun run src/index.ts -``` +This project is a complete overhaul over the original script. This project was created using `bun init` in bun v1.0.25. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime. + +## Deployment + +Setup the `.env` file like other projects, then: + +```bash +bunx prisma db push +bun install +bun run src/index.ts +```