This is the website for the Conference on Probabilistic Programming
- Install bundler
sudo gem install bundler
- Install pre-requisite packages
bundle install --path vendor/bundle
- Serve website locally to test
bundle exec jekyll serve
- Deploy by pushing to master branch