Jezorko / pregnancy-roulette

Fun little project to visualize the potential risks of pregnancy.

Home Page:https://pregnancy-roulette.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Fun little project to visualize the potential risks of pregnancy.

https://pregnancy-roulette.herokuapp.com


Languages

Language:Kotlin 93.2%Language:CSS 6.7%Language:Procfile 0.1%