wpify/bedrock-skeleton

Skeleton for projects based on Bedrock by Roots.io

1.1.2 2024-12-13 12:16 UTC

This package is auto-updated.

Last update: 2025-01-13 12:33:47 UTC


README

WordPress skeleton is based on Bedrock and uses WPify development stack and libraries. The skeleton always installs the latest version of all dependencies.

Requirements

  • PHP >= 8.0
  • Composer - Install
  • DDEV for local development
  • Node.js 18

Usage

Create a new project:

$ composer create-project wpify/bedrock-skeleton <project-name>

Start dev server:

$ ddev start

Start continuous rebuild of assets:

$ npm run start

Build assets for production:

$ npm run build

Generate POT file for translations:

$ composer run make-pot

Generate JSON file for frontend translations from translated PO/MO files:

$ composer run make-json