Verifying IndieWeb microformats during local development with IndieWebify.Me running locally

This is the same as the instructions on the indiewebify-me respository itself with the addition of running it using PHP’s built-in internal webserver, which is only suitable for development, but we’re only testing development so it’s all good.

Prerequsites

Instructions

git clone https://github.com/indieweb/indiewebify-me.git && cd indiewebify-me
composer install
cd web/
php -S localhost:8000