GitHub - assertrandom/scala_school: Lessons in the Fundamentals of Scala

Skip to content

Navigation Menu

Sign in

Appearance settings

This is Scala School- a set of lessons covering the Scala programming language.

We use jekyll to generate the site. In order to build it, you must first install it:

should do. Now, build the site with make. This will create a copy of the lessons in the web.out folder. For development, make serve will launch jekyll in serving mode: a web server will be launched on port 4000, and changing files will automatically rebuild the site.

To publish to http://twitter.github.com/scala_school: