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

30 lines
517 B
Markdown
Raw Permalink Normal View History

2020-07-04 11:12:31 +00:00
# magic-app
2020-06-30 18:08:20 +00:00
2020-07-05 00:44:55 +00:00
[![Build Status](https://drone.autonomic.zone/api/badges/autonomic-cooperative/magic-app/status.svg)](https://drone.autonomic.zone/autonomic-cooperative/magic-app)
2020-06-30 18:08:20 +00:00
A swarm of dreams.
2020-06-30 18:28:47 +00:00
2020-07-04 11:12:31 +00:00
# Development
2020-07-01 18:02:19 +00:00
2020-07-05 00:44:10 +00:00
```
$ git clone https://git.autonomic.zone/autonomic-cooperative/magic-app
$ cd magic-app
```
### Docker Way
```
$ docker-compose up
```
2020-07-05 00:44:10 +00:00
### Manual Way
```
$ python3 -m pip install --user pipx
$ pipx install poetry
$ poetry install
$ cp .envrc.sample .envrc
$ direnv allow
$ poetry run flask run
```