Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdlubrano/desktop-qr-reader
Electron app for opening URLs embedded in QR codes
https://github.com/jdlubrano/desktop-qr-reader
Last synced: 23 days ago
JSON representation
Electron app for opening URLs embedded in QR codes
- Host: GitHub
- URL: https://github.com/jdlubrano/desktop-qr-reader
- Owner: jdlubrano
- License: mit
- Created: 2020-01-20T22:47:27.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T05:13:13.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T07:28:35.022Z (9 months ago)
- Language: JavaScript
- Size: 2.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Desktop QR Reader
![Electron Build](https://github.com/jdlubrano/desktop-qr-reader/workflows/Electron%20Build/badge.svg)
## Development Setup
```
yarn install
yarn start
```## Build Process
This Electron app was created with [electron-forge](https://www.electronforge.io/)
and is bundled with [Webpack](https://www.electronforge.io/templates/webpack-template).```
yarn make
```## Release Process
```
yarn version --new-version x.x.x
git push
git push --tags
# CI will push binaries for Linux and Windows
```