- Clone repository to your local machine:
git clone https://github.com/chabanenk0/swiss_tournament
- Download the vendor files by running:
php composer.phar install
- Configure your DB in .env:
DATABASE_URL=mysql://root:[email protected]/swiss_tournament
- Create database and load fixtures:
bin/console doctrine:database:create
bin/console doctrine:migrations:migrate
bin/console doctrine:fixtures:load
- Download the node_modules files by running:
yarn install
- Running Encore:
./node_modules/.bin/encore dev
- Run server:
bin/console ser:run
- Load up the app in your browser:
localhost:8000