To install the composer dependencies you can use:
composer install
Generate file .env and throw this command:
php artisan key:generate
Throw this command for start the mission
php artisan mars:rovers_mission
Navigate to the project root and run vendor/bin/phpunit
after installing all the composer dependencies.