Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 290 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 290 Bytes

rochack.org

MIND EXPLODING FACTORY OF AWESOMENESS ROCHACK SITE.

setup

We use jekyll to build our site, and bundler to manage requirements.

gem install bundler
bundle install

Once the requirements are installed, you can serve it locally with jekyll.

jekyll serve -w