A Docker-based development environment built on top of FrankenPHP, configured to run WordPress with SQLite support, and served using Caddy.
Follow these steps to spin up the development environment locally.
Create your .env file from the provided template:
cat env-test.txt > .envRun the following command to build and start the container in detached mode:
docker compose up -dOnce the container is running, open your browser and navigate to:
https://localhost/WordPress plugins are managed via wp-packages.org a composer based package manager. You should add required plugins to the ./build-dependancies/composer.json file.
Local plugin archives can be placed in ./build-dependancies/plugins and will be installed into ./public/wp-content/plugins during the build process.
Local development dependency configuration files are located in the ./local folder.
HTTPS is enabled via Caddy, so your browser may prompt a security warning on first access.