Requirements [link]

Development Setup [link]

For local/non-production use only.

git clone https://github.com/pixelfed/pixelfed
cd pixelfed
composer install
php artisan install
php artisan serve

The development server will start on: http://localhost:8000