docs: link frontend
This commit is contained in:
parent
6033b9dabe
commit
2768d68860
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -5,7 +5,8 @@ A bluetooth client for Phomemo M110.
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
poetry run flask --app phomeme:app run --debug --host 0.0.0.0 --port 8000
|
poetry run flask --app phomeme:app run \
|
||||||
|
--debug --host 0.0.0.0 --port 8000
|
||||||
```
|
```
|
||||||
|
|
||||||
## Production
|
## Production
|
||||||
|
@ -18,11 +19,12 @@ poetry run gunicorn -w 1 'phomeme:app' -b [::0]
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
||||||
Visit the awesome frontend on http://localhost:8000 or send via curl
|
Visit the awesome [frontend][1] on http://localhost:8000 or send via
|
||||||
using `curl -v -F image=@image.pdf localhost:5000/print`.
|
curl using `curl -v -F image=@image.pdf localhost:5000/print`.
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
Heavily based on [SFZ-aalen][1]
|
Heavily based on [SFZ-aalen][2]
|
||||||
|
|
||||||
|
[1]: https://github.com/fl0rp/phomemer
|
||||||
[1]: https://gitlab.com/sfz.aalen/infra/labelprinter/-/tree/main?ref_type=heads
|
[1]: https://gitlab.com/sfz.aalen/infra/labelprinter/-/tree/main?ref_type=heads
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue