Popularity
9.6
Stable
Activity
0.0
Stable
3,698
325
1,133

Programming language: HTML
License: Apache License 2.0
Tags: Misc    

Scala school alternatives and similar packages

Based on the "Misc." category.
Alternatively, view Scala school alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Scala school or a related project?

Add another 'Misc.' Package

README

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