masseguillaume / scalakata2   1.1.5

Contributors Wanted Website GitHub

Interactive Playground

Scala versions: 2.11 2.10
Scala.js versions: 0.6
sbt plugins: 0.13

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