A recent PR makes it so that on npm start a webserver is started automatically on port 80 and 443. In some scenarios, however, there is already another process listening on these ports (e.g. a reserve proxy for running multiple kits on the same host or in our integration tests).
The webserver should not be started automatically. Can the corresponding instructions be removed?