First, after you've cloned this project, you will need to install the dependencies:
composer installIn addition, migrate your database:
php artisan migrateFinally, link the storage for uploading avatars:
php artisan storage:linkImportant
If you want to send notifications, do not forget to get PUSHER_APP_ID, PUSHER_APP_KEY, and PUSHER_APP_SECRET via creating a new project in PUSHER, and to login via Facebook you should get FACEBOOK_CLIENT_ID, and FACEBOOK_CLIENT_SECRET from Facebook Developer

