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.
- Host: GitHub
- URL: https://github.com/cipherdevgroup/alpha
- Owner: cipherdevgroup
- License: gpl-2.0
- Created: 2015-04-12T08:58:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T18:57:23.000Z (about 3 years ago)
- Last Synced: 2024-05-12T05:50:10.026Z (over 1 year ago)
- Topics: theme-framework, wordpress, wordpress-theme
- Language: PHP
- Homepage: http://cipherdevelopment.com
- Size: 2.35 MB
- Stars: 44
- Watchers: 17
- Forks: 10
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: license.txt
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