No description
Find a file
2023-12-21 17:22:13 +01:00
.forgejo/workflows Added twine publish step 2023-12-21 17:22:13 +01:00
.vscode
backend
.gitlab-ci.yml
README.md

support-organizer

Setup

Set up the venv and requirements

cd backend
py -m venv .venv
.venv/Scripts/activate
pip install -e .

Running

Start the server using

py -m fgo-request-manager