This is web chess. Project was created for learn how to use websocket, vue 3, laravel, and up my programming skills.
First you need to set up the env file. Register an account in pusher https://pusher.com, before setting. An administrator user is created in the seeder, you can set his parameters in the env file.
Next enter the following commands.
npm install
npm run production
composer install
php artisan migrate
php artisan db:seed
php artisan key:generate
php artisan serve
php artisan queue:listen