How to download, test and run.
git clone https://github.com/helvm/heltc.git
cd heltc
Compile and run with cabal
:
cabal clean && cabal build && cabal test
cabal run heltc
Compile and run with etlas
:
etlas clean && etlas build && etlas test
etlas run heltc
Compile and run with gradlew
:
./gradlew clean -PetaSendMetrics=true
./gradlew compileEta
./gradlew compileTestEta
./gradlew test
./gradlew run
./gradlew shadowJar
For more see CONTRIBUTING.