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.
Luke Murphy dfe2642e95
All checks were successful
continuous-integration/drone/push Build is passing
Remove CELERY_USER logic, unused now
2020-07-05 03:24:12 +02:00
2020-07-05 02:59:55 +02:00
2020-07-05 03:19:38 +02:00
2020-07-04 13:12:31 +02:00
2020-07-05 03:19:38 +02:00
2020-07-05 03:20:06 +02:00
2020-07-04 13:12:31 +02:00
2020-07-04 13:12:31 +02:00
2020-07-05 03:20:43 +02:00

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
Description
Languages
Python 75.4%
HTML 23.5%
Dockerfile 1.1%