Sometimes a real good quote needs remembering.
Quotewall is a web app that allows my friends to memorialize quotes using a thermal printer. The program is a web app that interfaces with compatible printers using the ESC/POS protocol from Epson.
Webpage:
Result:
The program can be built for any platform using Rust's cargo tool.
To run the program in dev:
cargo run
To build the program for production
cargo build -r- Find the built app in
/target/release
This project is licensed under the MIT License.

