Skip to content
Joe Casabona edited this page Jan 24, 2015 · 2 revisions

Setup

This repo basically is built around WordPress- including the necessary plugins and theme. I would recommend installing WordPress locally, then going into that folder and cloning this repo.

Right now it's using only Sass and there's no Gulp or Grunt tasks (forthcoming maybe?) so to compile the CSS, either use your favorite app, or from the command like, cd into the theme folder and run:

sass --watch sass/style.scss:style.css

Clone this wiki locally