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
2020-06-30 20:28:47 +02:00

19 lines
236 B
Markdown

# The Magic App
A swarm of dreams.
## Go Go Go No Docker
```bash
$ python3 -m venv .venv && source .venv/bin/activate
$ pip install -r requirements.txt
$ python run.py
```
## Go Go Go Yes Docker
```bash
$ make build
$ make run
```