Magic App (DEPRECATED: see https://git.autonomic.zone/autonomic-cooperative/abra)
magic_app | ||
.drone.yml | ||
.gitignore | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
pyproject.toml | ||
README.md | ||
requirements.txt | ||
setup.py | ||
tox.ini |
The Magic App
A swarm of dreams.
Go Go Go No Docker
$ python3 -m venv .venv && source .venv/bin/activate
$ pip install -r requirements.txt
$ python run.py
Go Go Go Yes Docker
$ make build
$ make run