A simple QR code scanner as a progressive web application, works offline, no ads, no trackers, written in Preact and TypeScript.
Install dependencies first:
npm install
Then start development server via:
npm start
To get production build to dist/
folder:
npm run build
GPL-3.0