wp-env: How to run multiple instances in parallel
If you work with different docker environments at the same time you need to manage the ports. wp-env uses port 8888 by default. If this port is already in use by another project then you have a problem. The solution is basically quite simple: Just change the ports. Admittedly this is quite annoying to check […]
Easy-Peasy local webdevelopment with wp-env
Even for the smallest WordPress development project you need a local environment to build, run and test the code every time. There are already many very good tools for this. With wp-env you can start an IDE immediately with zero configuration in ‘nullkommanix’. wp-env is an npm package developed by the Gutenberg project. It is […]