A build system designed to automate your WordPress development workflow.
// Step 1: Create a directory for the
new WordPress website and
from there run WordPressify to generate the file structure
$ npx wordpressify
// Step 2: Run development environment
$ npm run dev
// Step 3: Generate distribution files
$ npm run prod
// * WordPressify requires Node v12+ and Docker Compose.
from there run WordPressify to generate the file structure
$ npx wordpressify
// Step 2: Run development environment
$ npm run dev
// Step 3: Generate distribution files
$ npm run prod
// * WordPressify requires Node v12+ and Docker Compose.