wpify/bedrock-skeleton

Skeleton for projects based on Bedrock by Roots.io

1.1.0 2024-06-12 14:19 UTC

This package is auto-updated.

Last update: 2024-10-27 09:05:53 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