Description
When building and running the app from source following the README instructions, the Blueprint is not applied and the WordPress setup/installation wizard is shown instead of a pre-configured WordPress site.
Steps to reproduce
- Clone the repository
- Run
npm install
- Run
npm run build:once to bundle the renderer
- Run
npm start to launch Electron + renderer in watch mode
- The Electron app opens
Expected behavior
A fully configured WordPress installation (as defined by the Blueprint) is loaded and ready to use.
Actual behavior
The WordPress setup/installation wizard screen is shown, as if no Blueprint was applied — the user is prompted to complete a fresh WordPress installation.
Environment
- Running from source via the README build-from-source steps
- macOS Tahoe 26.4.0
- Brave browser
Logs
Server & WordPress Logs
Running CLI
Starting a PHP server...
Setting up WordPress undefined
Fetching SQLite integration plugin...
Booting WordPress...
Booted!
Running the Blueprint...
Running the Blueprint – 1%
Running the Blueprint – 100%
Finished running the blueprint
WordPress is running on http://127.0.0.1:49993 with 1 worker(s)
SERVER_URL:http://127.0.0.1:49993/
Description
When building and running the app from source following the README instructions, the Blueprint is not applied and the WordPress setup/installation wizard is shown instead of a pre-configured WordPress site.
Steps to reproduce
npm installnpm run build:onceto bundle the renderernpm startto launch Electron + renderer in watch modeExpected behavior
A fully configured WordPress installation (as defined by the Blueprint) is loaded and ready to use.
Actual behavior
The WordPress setup/installation wizard screen is shown, as if no Blueprint was applied — the user is prompted to complete a fresh WordPress installation.
Environment
Logs
Server & WordPress Logs