Skip to content

Commit

Permalink
Merge pull request #663 from dlsc-software-consulting-gmbh/develop
Browse files Browse the repository at this point in the history
Update README to include mobile app instructions
  • Loading branch information
dlemmermann authored Sep 5, 2024
2 parents d9ec3ba + 8ca91e7 commit 56cd283
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@

# JFXCentral 2

Welcome to the next version of JFXCentral. This repository contains the codebase that is used for the desktop AND the web version.
This repository contains the codebase used for the desktop AND the web AND the mobile version.

## Running the application

- Desktop app via IDE: to launch the app as a desktop app simply run the `JFXCentral2App` class.
- Desktop app via Maven: run `javafx:run` inside the "app" module.
- Web app via Maven: run `jpro:run` inside the "app" module. Make sure to run `install` first.
- Mobile app via Maven: run `install`, `gluonfx:build`, `gluonfx:package` `gluonfx:install`

## Technical vs. Content Issues

If you do encounter any technical issues, then please [create a ticket in this repository](https://github.com/dlsc-software-consulting-gmbh/jfxcentral2/issues). If the issue is related to content then please create the ticket in the issue tracker of the [jfxcentral-data](https://github.com/dlsc-software-consulting-gmbh/jfxcentral-data/issues) repository.
If you do encounter any technical issues, then please [create a ticket in this repository](https://github.com/dlsc-software-consulting-gmbh/jfxcentral2/issues). If the issue is
related to content then please create the ticket in the issue tracker of the [jfxcentral-data](https://github.com/dlsc-software-consulting-gmbh/jfxcentral-data/issues) repository.

![Screenshot](jfxcentral.jpg)


0 comments on commit 56cd283

Please sign in to comment.