Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 219 Bytes

File metadata and controls

17 lines (12 loc) · 219 Bytes

On local

Use rbenv to select or install a specific ruby version

$ rbenv local 3.4.4

Install jekyll or other dependency

$ bundle install
$ bundle exec jekyll serve -l -H localhost