Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gluonhq/devoxxbadges
https://github.com/gluonhq/devoxxbadges
Last synced: about 22 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/gluonhq/devoxxbadges
- Owner: gluonhq
- Created: 2022-07-07T21:59:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T10:56:11.000Z (about 2 years ago)
- Last Synced: 2024-11-06T17:51:57.368Z (about 2 months ago)
- Language: Java
- Size: 927 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DevoxxBadges
App to scan badges using the Barcode Scanner service
## Pre-requisites
Please checkout the prerequisites to run this application [here](https://github.com/gluonhq/gluonfx-maven-plugin#requirements).
## Instructions
> **Note**: The following are command line instructions. For IDE specific instructions please checkout [IDE section](https://docs.gluonhq.com/#_ide) of the Gluon documentation.
These application can run on the JVM on desktop platforms. To run the application, execute the following command:
```
mvn gluonfx:run
```The same application can also run natively for on any targeted OS, including Android, iOS, Linux, Mac and Windows.
To create a native image, execute the following command:
```
mvn gluonfx:build gluonfx:package gluonfx:install gluonfx:nativerun
```