initial webapp draft
This commit is contained in:
commit
4f2723b767
22 changed files with 713 additions and 0 deletions
11
README.md
Normal file
11
README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# papercut-lite-printshop
|
||||
|
||||
Minimal Flask-based PDF print-cost calculator with optional ink-coverage adjustment.
|
||||
|
||||
Run:
|
||||
|
||||
```bash
|
||||
docker-compose up --build
|
||||
```
|
||||
|
||||
Then open http://localhost:8000 and upload PDFs. Configure rate via env var RATE_PER_M2 (default 4.0).
|
||||
Loading…
Add table
Add a link
Reference in a new issue