Some setup docs
This commit is contained in:
parent
4adac0ec20
commit
f3d923b395
18
README.md
18
README.md
@ -4,8 +4,24 @@ A swarm of dreams.
|
|||||||
|
|
||||||
# Development
|
# Development
|
||||||
|
|
||||||
|
```
|
||||||
|
$ git clone https://git.autonomic.zone/autonomic-cooperative/magic-app
|
||||||
|
$ cd magic-app
|
||||||
|
```
|
||||||
|
|
||||||
|
### Docker Way
|
||||||
|
|
||||||
```
|
```
|
||||||
$ docker-compose up
|
$ docker-compose up
|
||||||
```
|
```
|
||||||
|
|
||||||
Then see http://localhost:5000.
|
### Manual Way
|
||||||
|
|
||||||
|
```
|
||||||
|
$ python3 -m pip install --user pipx
|
||||||
|
$ pipx install poetry
|
||||||
|
$ poetry install
|
||||||
|
$ cp .envrc.sample .envrc
|
||||||
|
$ direnv allow
|
||||||
|
$ poetry run flask run
|
||||||
|
```
|
||||||
|
Reference in New Issue
Block a user