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

19 lines
236 B
Markdown
Raw Normal View History

2020-06-30 18:08:20 +00:00
# The Magic App
A swarm of dreams.
2020-06-30 18:28:47 +00:00
## 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
```