19 lines
209 B
Markdown
19 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
|
|
```
|