support-formatter-api/README.md
Firq 3046b1ee7b
All checks were successful
/ backend-pylint (push) Successful in 17s
/ publish-artifacts (push) Successful in 8s
/ build-and-push-container (push) Successful in 1m19s
/ build-artifacts (push) Successful in 8s
/ release (push) Successful in 6s
Initial Version
2024-09-30 20:40:26 +02:00

20 lines
209 B
Markdown

# support-organizer
## Setup
Set up the venv and requirements
```shell
py -m venv .venv
.venv/Scripts/activate
pip install -e .
```
## Running
Start the server using
```shell
py -m support-formatter
```