Docker is the only dependency required to run WordPressify. It packages the WordPress environment, database, and build tools into containers so everything works the same on any OS.
Choose your operating system and install Docker Desktop.
After installing, confirm Docker is running:
docker --versionYou should see a version number like Docker version 27.x.x. If the command is not found, restart your terminal or check the troubleshooting page.
Install WordPressify via npm or from the repository.