support-organizer/README.md
Firq 94bf0cdc18
Some checks failed
/ build:package (push) Has been skipped
/ backend-pylint (push) Failing after 1m3s
Updated README
2023-12-20 17:06:08 +01:00

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
```