Blinest uses WebSockets for real-time communication. Laravel Reverb is used as the WebSocket server.
Go to your working directory and:
composer installphp artisan key:generatenpm installphp artisan migrate:fresh --seednpm run devphp artisan reverb:startphp artisan horizon