Skip to content

Dreamy Dragons team project for Python Discord Summer Code Jam 2022

License

Notifications You must be signed in to change notification settings

baru64/dreamy-dragons

Repository files navigation

Dreamy Dragons

This repository contains Dreamy Dragons team project for Python Discord Code Jam 2022.

Development

How to run using docker-compose

Linux

cd bin
./devstack up

Windows

cd bin
./devstack.bat up

Then open http://localhost:8080 in browser.

How to run without docker

Linux

# 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.

Windows

cd bin
./run.bat

About

Dreamy Dragons team project for Python Discord Summer Code Jam 2022

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published