jdlubrano / desktop-qr-reader

Electron app for opening URLs embedded in QR codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Desktop QR Reader

Electron Build

Development Setup

yarn install
yarn start

Build Process

This Electron app was created with electron-forge and is bundled with Webpack.

yarn make

Release Process

yarn version --new-version x.x.x
git push
git push --tags
# CI will push binaries for Linux and Windows

About

Electron app for opening URLs embedded in QR codes

License:MIT License


Languages

Language:JavaScript 88.2%Language:HTML 6.7%Language:CSS 5.1%