Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 459 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 459 Bytes

This repository has been archived

The reference repository is at https://github.com/scala/scala.epfl.ch

scala.epfl.ch

website for the Scala Center

Infrastructure

The site is built and hosted using GitHub Pages and Jekyll.

Building locally

You can build and view the site locally with:

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

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