Hello, Im trying to start genesis as described in README: ``` bash java -Dbackend.properties=(path to the configuration file) -cp "${TARGET}/*" com.griddynamics.genesis.GenesisFrontend ``` But it is not clear what is $TARGET in this case?
Hello,
Im trying to start genesis as described in README:
java -Dbackend.properties=(path to the configuration file) -cp "${TARGET}/*" com.griddynamics.genesis.GenesisFrontendBut it is not clear what is $TARGET in this case?