phomeme/README.md

337 B

phomeme

A bluetooth client for Phomemo M110.

Development

poetry run flask --app phomeme:app run --debug --host 0.0.0.0 --port 8000

Production

poetry run gunicorn -w 1 'phomeme:app' -b [::0]

Heavily based on SFZ-aalen