All Projects → twitter → Scala_school

twitter / Scala_school

Lessons in the Fundamentals of Scala

Programming Languages

HTML
75241 projects
scala
5932 projects
shell
77523 projects
java
68154 projects - #9 most used programming language
ruby
36898 projects - #4 most used programming language
Thrift
134 projects

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:

$ gem install jekyll

should do. Now, build the site with make. This will create a copy of the lessons in the web.out folder.

For development, you'll also need to install RedCloth.

$ gem install RedCloth
$ gem install jekyll-textile-converter

Then 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 https://twitter.github.io/scala_school:

$ make publish
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].