Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 237 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 237 Bytes

ScaleConfCo Website 2019

Install dependencies

gem install jekyll bundler
bundle install

Run development server

jekyll s

If you have problems with your dependencies try using

bundle exec jekyll s