A bare bones WordPress boilerplate. Takes care of the setup, so you can jump right into building.
Make somethin' from Nothin'
This is the first time setup:
- open a terminal, and navigate to wherever you keep your projects
- clone this repo
- navigate to the new folder:
$ cd Nothin
- install dev dependencies:
$ npm install
(requires node.js) - install required gems:
$ gem install compass autoprefixer-rails modular-scale
- compile styles:
$ compass compile
- symlink to your local wordpress install:
$ ln -s ../Nothin ~/path/to/wp-content/themes/Nothin
- run
$ grunt
from within the project folder - Build the most awesome theme in the world
- ????
Profit.Give it away for free! (or not - we don't care!)
Made with <3 by @nickisnoble and @alexjhandler