Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 675 Bytes

contributing.md

File metadata and controls

13 lines (10 loc) · 675 Bytes

Building

tui-scala helps dog-food the experimental bleep Scala build tool while it is approaching first public release. Keep an open mind!

  • git clone https://github.com/oyvindberg/tui-scala
  • install bleep
  • (if you use bash, run bleep install-tab-completions-bash and start a new shell to get tab completions)
  • git submodule init && git submodule update
  • bleep setup-ide jvm213 to enable IDE import (metals or intellij)
  • open in your IDE
  • bleep run demo@jvm213 <demoname> to run demos
  • bleep gen-native-image if you want to see how fast things get with native image compilation