Our site uses Jekyll and Bootstrap.
We use bundler to manage the dependencies. First, install it with gem install bundler
.
Now, navigate to this folder and install Jekyll and the other deps with bundle install
.
Run the development server with bundle exec jekyll serve
.