/escpos-printer-db-browser

Website to present receipt-print-hq/escpos-printer-db data

Primary LanguageHTML

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.