/chess128

Chess game with 128 Boxes, 4 kings, 32 pawns, etc.

Primary LanguageVue

Chess 128


Instalation and running the app

cp .env.example .env

composer install

php artisan key:generate

php artisan migrate

php artisan serve

Configuring the app

cd resources/frontend/app

npm install

npm run serve | Or doing it by vue UI with -> $vue ui