2017 © Pedro PelĂĄez
 

project bedrock-gulp

A modern WordPress stack

image

shoetten/bedrock-gulp

A modern WordPress stack

  • Sunday, October 16, 2016
  • by shoetten
  • Repository
  • 2 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

A WORDPRESS BEDROCK / GULP STARTER KIT

This repo combines the wordpress boilerplate Bedrock, with the gulp integrations from wordpress-gulp-starter-kit., (*1)

I use this and VVV as a starting point for my wordpress projects., (*2)

How to use

Getting started

Make sure you have composer, npm (comes with node) and gulp installed., (*3)

Then create a new project by running:, (*4)

composer create-project shoetten/bedrock-gulp <path>
cd <path>

If everything worked out alright, you can fire up gulp and start developing your theme, located at /src/., (*5)

Install a wordpress plugin

Search through wordpress plugins on WordPress Packagist and install & activate it by running, (*6)

composer require wpackagist-plugin/<plugin-name>
wp plugin activate <plugin-name>

CREDITS

All credit goes to the authors of the original libraries - Bedrock and the wordpress-gulp-starter-kit., (*7)

LICENSE

Licensed under the GPL 3.0., (*8)

The Versions