Have you ever used your phone or tablet to access a web app running on live-server?\ If so, you probably went through the tedious process of:
LiQR (pronounced 'liquor') fixes this problem by generating a QR code in your terminal that links to your live server.
Install using cargo:
cargo install liqr
To generate a QR code at [local_ip]:[port]:
liqr [port]
The default port is 5500
To create a general QR code for [url]:
liqr -u [url]