but if you are serious
git clone
composer install
More docs on Laravel docs- Add your database credentials on the .env file (Create one if there is none)
php artisan serve
and go to localhost:8000 in your browser
npm install
thennpm run dev
. You can also use yarn refer to Laravel Mix docs for more