Update README.md

This commit is contained in:
Hri7566 2024-03-05 17:22:24 -05:00
parent 7b7a3b6e20
commit 6ef4044a00
1 changed files with 12 additions and 10 deletions

View File

@ -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
```