The Cipher Development starter theme.
Contributors:Robert Neu, Ozzy Rodriguez, Jose Castaneda
Requires: WordPress 4.7
Tested up to: WordPress 4.9
License:GPL-2.0+
Alpha is a battle-tested starter theme for WordPress, built from the ground-up for custom development projects at Cipher Development. Alpha is designed to be modular and facilitate code reuse across projects without the constraint of a parent theme framework like Genesis.
It uses our drop-in theme framework CareLib for templating and SCSS for style pre-processing. Alpha also integrates npm, Grunt, and Composer for workflow automation.
For more information about how to use Alpha, take a look at our Wiki or give us a shout on Twitter.
| Prerequisite | How to Check | How to Install |
|---|---|---|
| PHP >= 5.2.4 | php -v | php.net |
| Node.js 7.x | node -v | nodejs.org |
| npm.js 4.x or yarn 0.2.x | npm -v or yarn -v | npm install -g npm or Install Yarn |
| Grunt CLI 1.x | grunt -V | npm install -g grunt-cli |