Skip to content

bcia38/bcia38.github.io

Repository files navigation

BCIA Public Website

Usage

How to install (on Windows)

  1. Install Ruby version 2.4.0 or above (ruby -v)
  2. Run the ridk install
  3. Install gems depencies: bundle install

How to install (on Mac)

  1. gem install bundler
  2. Run the ridk install
  3. Install gems depencies: bundle install

How to run locally

  1. On the first run, you need to install dependencies
bundle install
  1. Then run the local server
bundle exec jekyll serve --trace --drafts
  1. Browse to the page http://127.0.0.1:4000

How to update Ruby dependencies

bundle update