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

517 B

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