A simple custom WordPress theme for Contardi Consulting. To start working, clone the theme into a WP themes folder like so:
cd wp-content/themes/
git clone https://github.com/giraphcreative/contardiconsulting.com.git contardi
cd contardi
git submodule init
git submodule update
npm install
Then, to start editing, just run grunt
.