Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 432 Bytes

build.md

File metadata and controls

17 lines (12 loc) · 432 Bytes

Build and Run

To build just run ./gradlew build.

For local launch just run from console

./gradlew build installDist
cd build/install/graphouse/
bin/graphouse

IDE

To launch from IDE just run GraphouseMain class. You can put your debug configuration to local-application.properties file in script dir.