Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 647 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 647 Bytes

escpos-printer-db browser

Build Status

This web app presents the data in receipt-print-hq/escpos-printer-db for browsing. It is hosted online here.

Build process

yarn install
./node_modules/.bin/gulp
python3 ./tools/import_database.py

Hosting

The site is static, so no server-side components are required. Simply upload dist/ and index.html to the target server.