Setup Guide in progress
-
Run
composer install -
Create a .env file in which you will put the sensible credentials (db, hosts, etc...) i added this file to gitignore, please, NEVER EVER commit it :)
-
To start the project for dev purposes execute
php -S localhost:8989in the root folder of the project
That's all, for now