Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 387 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 387 Bytes

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.