Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 277 Bytes

File metadata and controls

14 lines (13 loc) · 277 Bytes

Generative-computing-blog

Setup environment:

brew install rbenv ruby-build
rbenv install 3.2.2
rbenv global 3.2.2
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init - zsh)"
ruby -v # Should be 3.2.2
gem install bundle
bundle install
bundle exec jekyll serve