Skip to content

riedadr/qr-scanner

Repository files navigation

QR Scanner

made with mebjas/html5-qrcode in NextJS.

Getting started

git clone https://github.com/riedadr/qr-scanner.git

Development

npm install
npm run dev

Production

npm install
npm run build
npm run start