The application can be run locally using Gradle.
./gradlew run
Build the production files using either stage
or installDist
command.
./gradlew stage
Then execute the generated binaries.
build/install/pregnancy-roulette/bin/pregnancy-roulette
The configuration is defined by the Configuration object. Configuration parameters are fetched from environment variables.