mirror of
https://git.astronand.dev/minecartchris/Stock-Game.git
synced 2026-06-09 17:57:28 -04:00
23 lines
264 B
Markdown
23 lines
264 B
Markdown
# How to Run
|
|
|
|
There are two different interfaces available: CLI, and Web.
|
|
|
|
## Web
|
|
|
|
Run these commands to run the flask:
|
|
|
|
```sh
|
|
python3 mainweb.py
|
|
```
|
|
Or
|
|
```sh
|
|
flask run mainweb.py -p {port}
|
|
```
|
|
## CLI
|
|
|
|
Run main.py for the CLI interface:
|
|
|
|
```sh
|
|
python3 main.py
|
|
```
|