gitbook-plugin-scalafiddle

ScalaFiddle integration for GitBook


Keywords
scala, scala.js, plugin, gitbook
License
Apache-2.0
Install
npm install gitbook-plugin-scalafiddle@1.0.0

Documentation

Scala Fiddle Core

Scala Fiddle provides an embeddable web component where the user can edit and run Scala code. The source code is compiled to JavaScript on the server and then run in the browser.

To develop, run:

sbt "~; compilerServer/reStart"

You can package as a Docker image with

sbt docker

Access the fiddle via browser at http://localhost:8080/embed