19 lines
236 B
Markdown
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
|
|
```
|