/pastemc

paste, share, even analyze: The pastebin design for Minecraft

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

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