21 lines
425 B
Markdown
21 lines
425 B
Markdown
# The Magic App
|
|
|
|
[![Build Status](https://drone.autonomic.zone/api/badges/autonomic-cooperative/the-magic-app/status.svg)](https://drone.autonomic.zone/autonomic-cooperative/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
|
|
$ make python-run
|
|
```
|
|
|
|
## Go Go Go Yes Docker
|
|
|
|
```bash
|
|
$ make docker-build
|
|
$ make docker-run
|
|
```
|