place this folder in your host:
-
localhost/demo/Modulerr-master
-
localhost/demo/Cockpit-next
Edit this line in index php
include "../pathto/cockpit/bootstrap.php";
to point your cockpit, is needed only for rendering, the output is in the Modulerr/generated folder
include DIR . "/../Cockpit-next/bootstrap.php";