Install Python >= 3.12
and Poetry, then,
Run poetry install
, then,
Active virtual environment, then,
Rename .config.example.yaml
to .config.yaml
, then,
Dev Launch:
uvicorn pastemc.main:app --reload --host 0.0.0.0 --port 8056
Prod Launch:
uvicorn pastemc.main:app --host 0.0.0.0 --port 8056