# Change directory
cd / [drop the folder]
# To start the server
sudo bundle exec jekyll serve --draft --livereload
# Visit local
http://localhost:4000/
# To update the dependencies
sudo bundle update
# Important when OS get updated or new computer
# to install xcode (di root)
xcode-select --install
# to install bundler and jekyll (di folder)
gem install bundler
gem install jekyll bundler