Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.06 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.06 KB

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.