Pixelfed DocumentationDeveloping for PixelfedSetting up your environmentSetting up your environmentDownload and install the pre-requisites, then run these commands.Last modified Mon Nov 7, 2022Edit this pageRequirements [link]GitPHPComposerNodenpmDatabaseMariaDBMySQLPostgreSQLRedisDevelopment 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:8000Next page:Running tests locally→