Peter Binkowski's personal site.
# install npm and all modules.
$ sudo npm install gulp
# Build all assets, connect to a PHP server and start watching the files.
$ gulp
# Deploy all files in `public/` to a specified directory (probably SSH). Uses rsync.
$ gulp deploy