This repository contains Dreamy Dragons team project for Python Discord Code Jam 2022.
cd bin
./devstack up
cd bin
./devstack.bat up
Then open http://localhost:8080 in browser.
# first terminal
cd frontend
python3 -m http.server
# second terminal
poetry install
poetry shell # to activate virtualenv
python -m aiohttp.web -H localhost -P 3000 backend.main:init_app
Then open http://localhost:8080 in browser.
cd bin
./run.bat