A cooler tour the same as scala language
Linux/Mac:
./sbt/sbt stage
./target/start
Windows can only compile
sbt\sbt stage
view http://localhost:8080/#/welcome
The tour is can be translate to Chinese by these scripts:
cat webapp/index.html | scala project/translate-zh.scala > webapp/index-cn.html
cat scala-tour.md | scala project/translate-zh.scala > scala-tour-cn.md