-
You need to have Ruby and Gem installed first.
-
Then, install bundler with:
gem install bundler
-
After you have bundler, install required bundles locally with:
bundler install --path vendor/bundle
-
Finally, to view pages locally, run:
bundler exec jekyll serve