Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 360 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 360 Bytes

Running the site locally

  • Install Ruby
  • Install Jekyll
  • cd dublinjs.github.com <-- wherever you cloned this repo
  • jekyll serve
  • open http://localhost:4000
  • If you make a change to a post or anything, you'll probably need to run jekyll build to update the site locally