diff --git a/README.md b/README.md index 993baaee..8bc76f8f 100644 --- a/README.md +++ b/README.md @@ -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) + +