Micropub test suite and debugging utility
composer install
from the project folderlib/config.template.php
to lib/config.php
and fill in the details for your Redis and MySQL instancedatabase/schema.sql
and database/data.sql
to initialize the databasephp -S 127.0.0.1:8080 -t public
to start the built in web server