- Install Ruby
- Install Jekyll
cd dublinjs.github.com
<-- wherever you cloned this repojekyll 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
cd dublinjs.github.com
<-- wherever you cloned this repojekyll serve
jekyll build
to update the site locally