Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 192 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 192 Bytes

Docker UI using Chrome app

Development

Compile Scala.js

export SBT_OPTS="-Xmx1G"
sbt chromeapp/fullOptJS

Download dependencies

cd chromeapp
bower install
```