for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
index.php
<?php
use Canvas\Bootstrap\Api;
require_once __DIR__ . '/tests/autoload.php';
$bootstrap = new Api();
$bootstrap->setup();
$bootstrap->run();