tool to decode QR codes in the browser
 
 
 
Go to file
Charlotte Som be7be3d1d8 Make note of deploy command 2023-02-13 19:41:47 +00:00
lib Support transparent-bg QR codes 2023-02-13 19:41:02 +00:00
src consistency: double-quotes 2023-02-13 15:57:40 +00:00
.eslintrc.json Initial commit: any% 2023-02-13 15:50:25 +00:00
.gitignore Initial commit: any% 2023-02-13 15:50:25 +00:00
README.md Make note of deploy command 2023-02-13 19:41:47 +00:00
next.config.js Enable source maps 2023-02-13 18:23:43 +00:00
package-lock.json Initial commit: any% 2023-02-13 15:50:25 +00:00
package.json Initial commit: any% 2023-02-13 15:50:25 +00:00
tsconfig.json Initial commit: any% 2023-02-13 15:50:25 +00:00

README.md

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/