We are students of the GIBB working on this project like it is our full time job. Any amount would help support and continue development on this project and is greatly appreciated.
It is really easy to participate in our project. Just follow these steps.
- Java 8 - The Java version used
Clone the repository into your working directory.
git clone https://github.com/bbortt/GibbiX_Launcher_2.0.git
Enter the directory and create a new branch.
cd GibbiX_Launcher_2.0 && git checkout -b [YOUR_BRANCHNAME]
Open the project with your favorite Java IDE. Remember to add the libraries from "lib/" to your build-path!
If you finished please push your changes and create a pull-request. We will review it as fast as possible.
We currently have no automated tests to run.
Just export the project as a Running-Jar with the app#main(String[] args) as default function. Copy the folders "conf" and "resources" into the same root folder as the .jar-file. Alternatively you can use our newest release at the release page.
- Java 8 - The Java version used
- JavaFX - The application thread used
- Materialize - The style sheets used
- Timon Borter - Project owner - bbortt
- Lukas Moser - Project owner - DonZimi
- Jan Zimmermann - Project owner - Kanuso
This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE file for details