Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 336 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 336 Bytes

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 --auto --server

Deployment

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