Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.16 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.16 KB

Roots is a WordPress starter theme based on HTML5 Boilerplate & Bootstrap that will help you make better themes.

Installation

Clone the git repo - git clone git://github.com/webgurus/gurustrap.git - or download it and then rename the directory to the name of your website. Install Gulp, and then install the dependencies for GuruStrap contained in package.json by running the following from the website root directory:

npm install
bower install

Theme Development

After you've installed Gulp and ran npm install from the app root, use gulp watch to watch for updates to your SASS and JS files and Gulp will automatically re-build as you write your code.

Features

  • Organized file and template structure
  • HTML5 Boilerplate's markup
  • Bootstrap
  • Gulp build script