Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 347 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 347 Bytes

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.