Skip to content
/ blog Public

Official blog of the VBTC exchange

License

Notifications You must be signed in to change notification settings

vbtc/blog

Repository files navigation

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.