Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 521 Bytes

File metadata and controls

29 lines (22 loc) · 521 Bytes

PrintNode

A server app that relays print commands to GoDEX barcode printer connected via serial port, from other apps using MQTT. Provides web interface to setup and test printer.

Intended to be deployed on a RaspberryPi (using resin.io).

###To install:

npm install

bower install

To build for development:

grunt

To build for production:

grunt build

To run app:

npm start