This repository has been archived on 2020-09-13. You can view files and clone it, but cannot push or open issues or pull requests.
magic-app/README.md
Luke Murphy ea2501fe05
All checks were successful
continuous-integration/drone/push Build is passing
Remove the "The"
2020-06-30 20:37:10 +02:00

413 B

Magic App

Build Status

A swarm of dreams.

Go Go Go No Docker

$ python3 -m venv .venv && source .venv/bin/activate
$ pip install -r requirements.txt
$ make python-run

Go Go Go Yes Docker

$ make docker-build
$ make docker-run