Hi, I used to develop some WordPress plugins and themes using the wp-env dev environment. This is a predefined docker container having a mysql db and apache web server incl. xdebug and wordpress. I know that I can setup a docker container with composer etc., but the scripts around wp-dev makes it really easy to install and use.
Is there a similar development environment available for classicpress plugins/themes? If not, how do you test and debug plugins and themes for classicpress?
Sure, just that (and some scripting) is what they do in wp-env, but the scripts make it much easier to use. Is there any tutorial how to set up something similar for classicpress?