- Install Ruby version 2.4.0 or above (
ruby -v
) - Run the
ridk install
- Install gems depencies:
bundle install
- gem install bundler
- Run the
ridk install
- Install gems depencies:
bundle install
- On the first run, you need to install dependencies
bundle install
- Then run the local server
bundle exec jekyll serve --trace --drafts
- Browse to the page http://127.0.0.1:4000
bundle update