/pregnancy-roulette

Fun little project to visualize the potential risks of pregnancy.

Primary LanguageKotlin

Master Build Status Heroku Deployment License: WTFPL

Pregnancy Roulette

Running

Locally

The application can be run locally using Gradle.

./gradlew run

Production

Build the production files using either stage or installDist command.

./gradlew stage

Then execute the generated binaries.

build/install/pregnancy-roulette/bin/pregnancy-roulette

Configuration

The configuration is defined by the Configuration object. Configuration parameters are fetched from environment variables.