Web-based service for building games with LÖVE Potion
- Make sure you are running Python >= 3.11
- Clone this repository with
git clone --recurse-submodule https://github.com/lovebrew/lovebrew-webserver.git - Run
pip install .inside the repository directory
- Production mode:
waitress-serve --call "lovebrew:create_app" - Development mode:
flask --app "lovebrew:create_app(dev=True)" run