Environment for developing WordPress plugins and themes.
Clone the repository to some folder on your machine
git clone https://github.com/robsonnatanael/wordpress-development-environmententer the repository
cd wordpress-development-environmentset the environment variables following the .env.example
launch the application using docker compose
docker compose up -d --buildopen http://localhost with your browser to see the result.
