$ git clone https://github.com/creadores-software/ProjectsShowRoom.git
$ cp .env.example .env
$ composer install
$ npm install
$ npm run build
$ php artisan storage:link
$ php artisan migrate --seed
Adjust the configuration variables from the .env file as required.