21 lines
222 B
Markdown
21 lines
222 B
Markdown
# support-organizer
|
|
|
|
## Setup
|
|
|
|
Set up the venv and requirements
|
|
|
|
```shell
|
|
cd backend
|
|
py -m venv .venv
|
|
.venv/Scripts/activate
|
|
pip install -e .
|
|
```
|
|
|
|
## Running
|
|
|
|
Start the server using
|
|
|
|
```shell
|
|
py -m fgo-request-manager
|
|
```
|