I Zite vor Isolation wettme doch zwüschdüri gern mit de Kollege s Büssi zwicke!
Meldne doch under dem Link. Mir werdene so schnell als müglech behäbe!
Running ./gradlew assemble
fetches all required dependencies for the backend. The frontend is considered as being
handled via npm
entirely. If you need to manage it via Gradle as well, add the -Pfullbuild
property.
./gradlew build -Pfullbuild
compiles and packages the whole project into a single runnable .jar.
It is located under build/libs
. Execute it like any other .jar-file.
Once you built the project you can easily ship it using the Dockerfile
within the root directory. It will also be published to DockerHub (bbortt/buessle-app
) once released.
For any questions regarding the local development consider reading the DEVELOPMENT.md
or explore the project yourself. Please create an issue tagged with help-wanted
if you have any questions!
This project is licensed under the terms of the Apache 2.0 License.