Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 288 Bytes

readme.md

File metadata and controls

20 lines (11 loc) · 288 Bytes

VBTC blog

Installation

  1. Install bundler:

    gem install bundler

  2. Install Jekyll and other dependencies:

    bundle install

  3. Serve site locally

    bundle exec jekyll serve

  4. Preview site:

    http://localhost:4000.