tool to decode QR codes in the browser
| lib | ||
| src | ||
| .eslintrc.json | ||
| .gitignore | ||
| next.config.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
qr.umm.gay
qr decoder web tool any% (20 minutes)
Setup
$ npm install # Install dependencies
$ npm run dev # Start a local dev server
$ npm run build # Generate static bundle in 'out/' directory
Deploy
$ # just for me :)
$ rsync -a out/ root@enby.town:/srv/www/qr.umm.gay/