Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 458 Bytes

readme.md

File metadata and controls

36 lines (27 loc) · 458 Bytes

Blinest

Developpement

Requirements

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

Start developing

npm run dev
php artisan reverb:start
php artisan horizon