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.
Go to file
Luke Murphy ba6180511d
continuous-integration/drone/push Build is passing Details
Stay in the $CWD
2020-07-05 03:20:43 +02:00
magic_app Remove unused files 2020-07-05 02:59:55 +02:00
scripts Try and tuck away more files 2020-07-05 03:19:38 +02:00
spikes Hacking towards the second.py functionality 2020-07-05 02:41:06 +02:00
test Convert to a django-list structure 2020-07-04 13:12:31 +02:00
.drone.yml CI, celery, compose setup, hackity hack hack 2020-07-05 01:21:17 +02:00
.envrc.sample Try and tuck away more files 2020-07-05 03:19:38 +02:00
.gitignore Ignore the right file 2020-07-05 03:20:06 +02:00
Dockerfile CI, celery, compose setup, hackity hack hack 2020-07-05 01:21:17 +02:00
LICENSE Convert to a django-list structure 2020-07-04 13:12:31 +02:00
README.md Stay in the $CWD 2020-07-05 03:20:43 +02:00
docker-compose.yml Try and tuck away more files 2020-07-05 03:19:38 +02:00
poetry.lock Convert to a django-list structure 2020-07-04 13:12:31 +02:00
pyproject.toml Squeeze all files into pyproject 2020-07-05 03:11:22 +02:00

README.md

magic-app

Build Status

A swarm of dreams.

Development

$ git clone https://git.autonomic.zone/autonomic-cooperative/magic-app
$ cd magic-app

Docker Way

$ docker-compose up

Manual Way

$ python3 -m pip install --user pipx
$ pipx install poetry
$ poetry install
$ cp .envrc.sample .envrc
$ direnv allow
$ poetry run flask run