Files
Stella/README.md
Andrew Glaze 0fb66832e1 Edit Readme.md
2025-05-15 22:43:08 -04:00

25 lines
591 B
Markdown

# stella
💧 A server reimplementation for that one pinball gacha game (you know, that one)
## Getting Started
First, run the following command to init the sqlite database into `./db.sqlite`
```bash
swift run stella migrate
```
Then, run `mitmproxy` using the following command from the root of this project
```bash
mitmproxy -s ./mitm-redirect-traffic.py
```
For more instructions on how to set up mitmproxy, refer to it's documentation.
Then, start the server by running the following command
```bash
swift run stella serve
```
Things mostly dont work right now, I'm working on it