Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 173 Bytes

Setup.md

File metadata and controls

8 lines (8 loc) · 173 Bytes

🔧 Setup

sudo apt-get install ruby-dev
sudo gem install bundler
bundle config set --local path 'vendor/bundle'
bundle install
bundle exec jekyll serve