No description
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| .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