All Projects → scala → scala.epfl.ch

scala / scala.epfl.ch

Licence: BSD-3-Clause license
web site for the Scala Center @ EPFL

Programming Languages

SCSS
7915 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

scala.epfl.ch

website for the Scala Center

Infrastructure

The site is built with a jenkins script which run the following commands "bundle install && bundle exec jekyll build"

Building locally

Using Docker Compose

You need to have npm and Docker Compose installed on your machine.

docker-compose up

The generated site is available at http://localhost:4000.

When the website dependencies change (the content of the Gemfile), you have to re-build the Docker image:

docker-compose up --build

Without Docker Compose

You need to have Ruby and npm installed on your machine.

You can build and view the site locally with:

bundle install
npm install
npm run bower-install
bundle exec jekyll serve

The generated site is available at http://localhost:4000.

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].