Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 738 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 738 Bytes

SCROLLBoot

Small SCROLL boot demo application build with Scala to show how to use SCROLL (SCala ROLes Language) in your Scala project.

Edit and develop:

  1. Install SBT (Scala Build Tool).

  2. Clone this repository.

  3. Set up your favorite IDE:

  4. For Intellij: use the built-in import SBT project functionality.

  5. For Eclipse: you may want to use SBT and run eclipse (to config see here).

  6. Run it with sbt run or directly with your IDE as Scala Application (src/main/scala/SCROLLBoot.scala).