Click on "Create Codespace on main" and wait a couple of minutes. You are done.
Codespace will launch a docker-container in the cloud for you and within that container, performs some actions, along these are
- npm install
- composer install
- npm run up
This will launch a docker-in-docker setup and makes use of wp-env.
Run
npm test
See package.json > scripts for details.