wpify/bedrock-skeleton

Skeleton for projects based on Bedrock by Roots.io

1.0.12 2023-11-06 13:58 UTC

This package is auto-updated.

Last update: 2024-04-16 10:33:41 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