Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 275 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 275 Bytes

hackjunction

We're making a website

Funny gif

Setting up the environment

Install all dependencies with bundler: gem install bundler

Start up Jekyll with (default port 4000): jekyll serve

Start livereload with guard: guard