- Install Node.js and Yarn (NPM should work too)
- run
yarn global add lix
to install the Lix packager - run
lix download
to download the Haxe compiler and Haxe libraries - run
lix run travix node
orlix run travix jvm
to run the tests
- run
mvn install
at root
- cd
tests/java
- run
mvn verify