nodecopter.com

Setup

Clone the repo, then install the following gems:

gem install jekyll

You can now run the site locally on port 4000 using:

jekyll serve --watch

Deployment

The site uses gh-pages, so every commit to the gh-pages branch will update the live website. Yay.