Хлопчик подзвонив у поліцію та розповів, що його батьки у кімнаті щось роблять: правоохоронці вирішили перевірити й виявили щось жахливе.
Дзвінок у відділок обірвався так само несподівано, як і почався.
Допоможіть, мої батьки, вони встиг вимовити дитячий голос, перш ніж у трубці пролунало:
З ким ти розмовляєш? Віддай телефон! почув# A flask app to demo flask-meld
[](https://github.com/hackebrot/flask-meld-demo/actions/workflows/ci.yml)
A simple flask demo app to showcase the [flask-meld](https://github.com/hackebrot/flask-meld) extension.
## Requirements
– Python 3.9 or higher
– [Poetry](https://python-poetry.org/)
## Getting Started
1. *Clone* the repository.
“`bash
git clone git@github.com:hackebrot/flask-meld-demo.git
“`
2. *Change* into the directory.
“`bash
cd flask-meld-demo
“`
3. *Install* the dependencies.
“`bash
poetry install
“`
4. *Run* the server.
“`bash
poetry run flask run
“`
Open the demo in your browser at [localhost:5000](http://localhost:5000) .
## Contributing
If you *find a bug* or *are missing a feature*, the best way is to open an issue. If you *want to provide a change*, open a PR.
Please note that this project is released with a [Contributor Code of Conduct](https://github.com/hackebrot/flask-meld-demo/blob/main/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
## License
Distributed under the terms of the [MIT](https://github.com/hackebrot/flask-meld-demo/blob/main/LICENSE) license, flask-meld-demo is free and open source software.
