Rockin' Bones
A simple bare-bones Wordpress template starter kit built using Gulp and Susy.
Repo screenshot icon by Simon Child.
Installation
- Clone repo
- Install Node using NVM
- cd to your repo directory, run
nvm use
to grab the correct Node version from .nvmrc - Copy
sample-wp-config.php
towp-config.php
and replace the variables for your envionment - Install packages using
yarn
ornpm install