Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 746 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 746 Bytes

MTG-Grimoire

Build Status codecov

Yet another app for Magic card game.


Built with

  • Kotlin,

  • OpenJFX (aka JavaFX) and TornadoFX for embedded browser,

  • H2 database,

  • Gradle

  • Typescript,

  • GlimmerJS framework,

  • Semantic UI

  • Docker,

  • Docker Compose

  • Love <3,


Build

With docker

Requires :

  • docker
  • docker-compose
docker-compose -f .docker/build/docker-compose.yml up

With the build tools

Requires :

  • openjdk
  • openjfx
./gradlew build