Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 906 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 906 Bytes

Blue Fire Site

This is the main landing page of the Blue Fire website; it is deployed here via GitHub Pages.

This was built using Jekyll! Please send them some 💙 from us.

Running locally

To run locally, you must first install node, npm, Ruby (we recommend RVM), ruby-gems, and the bundler.

Then, run:

npm install
bundle install

To download all the dependencies.

Then, run:

bundle exec jekyll serve

To start the local server.