git clone https://github.com/KWangechi/Media-Team-App.git
git checkout -b [new_branch]
Replace the branch name with your new branch name. Note: it should be consistent with the remote branches
composer install && composer update
cp .env.example .env
php artisan key:generate
php artisan optimize:clear
php artisan migrate --seed
php artisan serve