# scala_school **Repository Path**: mirrors_twitter/scala_school ## Basic Information - **Project Name**: scala_school - **Description**: Lessons in the Fundamentals of Scala - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is Scala School - a set of lessons covering the Scala programming language. We use [jekyll](https://github.com/mojombo/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](https://redcloth.org/). $ 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