Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 648 Bytes

INSTALL.md

File metadata and controls

44 lines (32 loc) · 648 Bytes

INSTALL

How to download, test and run.

Download

git clone https://github.com/helvm/heltc.git
cd heltc

Cabal

Compile and run with cabal:

cabal clean && cabal build && cabal test
cabal run heltc

Etlas

Compile and run with etlas:

etlas clean && etlas build && etlas test
etlas run heltc

Gradle

Compile and run with gradlew:

./gradlew clean -PetaSendMetrics=true
./gradlew compileEta
./gradlew compileTestEta
./gradlew test
./gradlew run
./gradlew shadowJar

Other

For more see CONTRIBUTING.

🦄 🌈 ❤️ 💛 💚 💙 🤍 🖤