Skip to content

buditanrim/buditanrim.github.io

Repository files navigation

Readme

Setup

# Change directory
cd / [drop the folder]

# To start the server
sudo bundle exec jekyll serve --draft --livereload

# Visit local
http://localhost:4000/

Update periodically

# To update the dependencies
sudo bundle update

First time

# 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