Braces is a starter theme that is meant for getting development teams up and running on WordPress projects quickly. Braces is derived from [Automattic _s project] (https://github.com/Automattic/_s). _s which is truly fantastic. As you'll likely notice, much of the core beliefs behind _s will be reflected in this project as well.
However, we did make some changes to suit our business needs, which we hope you'll find helpful as well. Some of the new features you can find are [Sass] (http://sass-lang.com) integration, file and structure clean up, and most noticeably, the PHP syntax. Typically any new additions should have README.md docs for their explanations.
Pull requests are welcome!
Braces alters the typical WP PHP loop syntax for a more [PHP coding standards] (http://make.wordpress.org/core/handbook/coding-standards/php/) friendly approach that uses more, well, "braces".
- Website: node.js
- Website: https://www.npmjs.com/package/npm
- Website: http://sass-lang.com/
- Website: http://gulpjs.com/
- Resource: Getting started with Gulp
- Website: http://bourbon.io/
- Resource: https://github.com/thoughtbot/neat#requirements
- Website: http://neat.bourbon.io/
- Resource: https://github.com/thoughtbot/neat#using-neat
- If you don't have them already on your system, install all required gems above
cdintosassdirectory runbourbon installrunneat installcdintorootdirectory runnpm install- run
gulp
- Search for:
* @author Oomph, Inc.and replace with:* @author { Your Company } - Search for:
* @link http://www.oomphinc.comand replace with:* @link { Your URL } - Search for:
bracesand replace with:yourthemedomain - Search for:
BRACESand replace with:YOURTHEMEDOMAINin uppercase letters
Don't forget to update the core style.css with your own information. Now you're ready to go! The next step is easy to say, but harder to do: make an awesome WordPress theme. :)
Good luck!