fishing-api/README.md

18 lines
405 B
Markdown
Raw Normal View History

2024-02-15 02:01:36 +01:00
# fishing-api
2024-03-05 23:22:24 +01:00
This is a rewrite of Brandon Lockaby's fishing bot for Multiplayer Piano.
2024-02-15 02:01:36 +01:00
2024-03-05 23:22:24 +01:00
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.
2024-02-15 02:01:36 +01:00
2024-03-05 23:22:24 +01:00
## Deployment
Setup the `.env` file like other projects, then:
2024-02-15 02:01:36 +01:00
```bash
2024-03-05 23:22:24 +01:00
bunx prisma db push
bun install
2024-02-15 02:01:36 +01:00
bun run src/index.ts
```