Blinest uses WebSockets for real-time communication. Laravel Reverb is used as the WebSocket server.
Go to your working directory and:
composer install
php artisan key:generate
npm install
php artisan migrate:fresh --seed
npm run dev
php artisan reverb:start
php artisan horizon