Skip to content

punkrockdev/punkrockdev.github.io

Repository files navigation

Punk Rock Dev website

Install Ruby, node.js (optional) and prepare your local environment:

bundle install
npm install
npm install -g gulp-cli

Then develop using:

jekyll serve

Or even better if you want your browser to refresh automatically:

gulp

Deploy by commiting, but first optimize images:

gulp images

Live on: https://punkrockdev.com/

Credits