Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 361 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 361 Bytes

chessgame

Steps to install the project

  • Composer install

  • Update .env file

  • php bin/console doctrine:database:create

  • php bin/console make:migration

  • php bin/console doctrine:migrations:migrate

  • npm install

  • symfony server:start

  • In another terminal window : php bin/console run:websocket-server

  • In another terminal window : npm run watch