Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 438 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 438 Bytes

AliceO2Group.github.io

Top level web site for aliceo2group.github.io. For Alice O2 project pages, please look at https://alice-o2.web.cern.ch

How to run locally

  1. Install bundler
gem install bundler
  1. Install jekyll using bundler
git clone https://github.com/AliceO2Group/AliceO2Group.github.io.git
cd AliceO2Group.github.io
bundle install
  1. Run jekyll locally
bundle exec jekyll serve