Skip to content

A simple QR code scanner as a progressive web application, works offline, no ads, no trackers, written in Preact and TypeScript.

License

Notifications You must be signed in to change notification settings

kutsan/qrscan-pwa

Repository files navigation

Logo

qrscan-pwa

screenshots

A simple QR code scanner as a progressive web application, works offline, no ads, no trackers, written in Preact and TypeScript.

Development

Install dependencies first:

npm install

Then start development server via:

npm start

To get production build to dist/ folder:

npm run build

License

GPL-3.0