support-organizer/README.md

21 lines
222 B
Markdown
Raw Normal View History

2023-09-26 19:13:24 +00:00
# support-organizer
2023-09-26 20:01:25 +00:00
## Setup
2023-09-26 19:13:24 +00:00
2023-09-26 20:01:25 +00:00
Set up the venv and requirements
2023-09-26 19:13:24 +00:00
2023-09-26 20:01:25 +00:00
```shell
cd backend
py -m venv .venv
.venv/Scripts/activate
2023-12-20 16:06:08 +00:00
pip install -e .
2023-09-26 19:13:24 +00:00
```
2023-09-26 20:01:25 +00:00
## Running
2023-09-26 19:13:24 +00:00
2023-09-26 20:01:25 +00:00
Start the server using
2023-09-26 19:13:24 +00:00
2023-09-26 20:01:25 +00:00
```shell
2023-12-20 16:06:08 +00:00
py -m fgo-request-manager
2023-09-26 20:01:25 +00:00
```