Introduction

Last updated Tuesday 15 July 2025

Build 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

  1. Clone the repo or download it directly;
  2. From src > core, duplicate the wp-config-sample.php to wp-config.php and setup it;
  3. Navigate to the configs directory;
  4. Install cores, node modules and build the app with npm run get:core && npm i --legacy-peer-deps && npm run watch;
  5. Manage your local URL to point to the dist directory
  6. Setup your backend by adding /wp-admin to your url;
  7. Start working!