An open API service indexing awesome lists of open source software.

https://github.com/cipherdevgroup/alpha

The Cipher Development starter theme.
https://github.com/cipherdevgroup/alpha

theme-framework wordpress wordpress-theme

Last synced: 9 days ago
JSON representation

The Cipher Development starter theme.

Awesome Lists containing this project

README

          

# Alpha

The Cipher Development starter theme.

__Contributors:__ [Robert Neu](https://github.com/robneu), [Ozzy Rodriguez](https://github.com/ozzyrod), [Jose Castaneda](https://github.com/jocastaneda)
__Requires:__ WordPress 4.7
__Tested up to:__ WordPress 4.9
__License:__ [GPL-2.0+](http://www.gnu.org/licenses/gpl-2.0.html)

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](https://github.com/cipherdevgroup/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](https://github.com/cipherdevgroup/carelib/wiki) or give us a shout on [Twitter](https://twitter.com/cipherdevgroup).

### Requirements



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