-
Install nodejs and npm.
-
Install grunt-cli globally
npm install -g grunt-cli
-
Download this project to your themes directory in your local Wordpress installation. Switch the active theme to this.
-
Open a cmd prompt or terminal and navigate to the grahambrowne theme directory.
-
Install packages
npm install
-
For livereload to work modify the footer to point to the correct virtual host e.g.
<script src="http://grahambrowne.local:35729/livereload.js"></script>
-
Run the grunt tasks
grunt
This will generate the CSS files from LESS, and watch files for any changes and livereload.