Wordpress Plugin Development Environment
Setup Docker
I use a package manager called chocolatey to install/uninstall software when I can. If you have chocolatey setup, just run the following command to install docker:
choco install docker-desktop
Kitematic provides a visual interface to d...
thebenforce.hashnode.dev3 min read