Skip to content

bcnfs/bcnfs.github.io

Repository files navigation

bcnfs.org site

Our site uses Jekyll and Bootstrap.

Development

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.