Skip to content

ackr-8/qr-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR-Gen

A simple QR code generator. Made with qrcode.js and tailwindcss. Supports ARM as well as x86 hosts.

GitHub Workflow Status Docker Pulls

Getting Started

With Docker

docker run -it -d -p 14576:80 --name qr-gen --restart=unless-stopped ackr8/qr-gen:latest

Then go to http://server-ip:14576 (where server-ip is the host's ip) to access the site.

With Web Server

Copy the src/ folder to the web server's serving directory. Use your favourite web server that supports static sites.

About

A simple QR code generator with Docker support.

Resources

License

Stars

Watchers

Forks