Skip to content

scalafiddle/scalafiddle-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

22c6829 · Feb 9, 2020
Jan 31, 2018
Feb 7, 2020
Jan 31, 2018
Jan 6, 2020
Feb 7, 2020
Feb 7, 2020
Sep 24, 2016
Jan 5, 2020
Jan 31, 2020
Jan 5, 2020
Apr 24, 2017
Oct 22, 2017
Jan 5, 2020

Repository files navigation

ScalaFiddle editor

This project provides an online editor for creating, sharing and embedding Scala fiddles (little Scala programs that can run in your browser).

Usage

For documentation on how to use the ScalaFiddle editor, see the Welcome.

Hosting your own ScalaFiddle editor

ScalaFiddle has been designed to be easy to host on your own. It's published as Docker images (scalafiddle/scalafiddle-editor, scalafiddle/scalafiddle-router and scalafiddle/scalafiddle-core) which provide an easy way to set up your own service.

Contributing

If you'd like to contribute to the ScalaFiddle project, for example to add a new library dependency, read the contribution guide for more instructions on how to set up a local dev env for ScalaFiddle editor and core.