Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 509 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 509 Bytes

pastemc

Launch

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