Awesome
WP Ted / Theme Wordpress
Theme based on WP Bones, with adaptation of Gulp and Bower.
Prerequisites
You will need the following things properly installed on your computer.
Installation / Initial setup
git clone git@github.com:eldalo/wp-ted.git
- change into the new directory
npm install
oryarn install
bower install
Running / Development
- init server
php -S 127.0.0.1:8081
- visit your web at http://127.0.0.1:8081/.
- go to folder
cd library
- init build
gulp