ScalaKata2 icon indicating copy to clipboard operation
ScalaKata2 copied to clipboard

Interactive Playground

ScalaKata

Stories in Ready Travis Build Status Windows Build status Chat on Gitter

Demo

Distributions

Sbt Plugin

Add the following line to project/plugins.sbt

addSbtPlugin("com.scalakata" % "sbt-scalakata" % "1.1.5")

And add the following line to build.sbt

enablePlugins(ScalaKataPlugin)

To start scalakata:

kstart

Docker container

sudo docker run -p 7331:7331 --name scalakata masseguillaume/scalakata:v1.1.5

open your browser at http://localhost:7331