Introduction
Last updated Tuesday 15 July 2025Build modern WordPress themes and plugins like it’s 2025.
Requirements
- ACF Pro License
- PHP 8.2+
- Node.js
- For local only
- Tested with: v20.15.0 to v22.12.0
Installation Guide
- Clone the repo or download it directly;
- From
src > core
, duplicate the wp-config-sample.php to wp-config.php and setup it; - Navigate to the configs directory;
- Install cores, node modules and build the app with
npm run get:core && npm i --legacy-peer-deps && npm run watch
; - Manage your local URL to point to the
dist
directory - Setup your backend by adding
/wp-admin
to your url; - Start working!