Run npm install && npm run dev. This will build your css and js required to render the available views properly.
Run composer install
Create sqlite test file for running the application with touch database/sqlite.testing.database
Run the migrations with php artisan migrate --database=sqlite
Run the seeds with php artisan db:seed --class=ConcertSeeder
Run your server with php artisan serve --env=.env.dusk.local
Run the Laravel Dusk test suite using php artisan dusk
Run all the tests with vendor/bin/phpunit