Just clone the app to your working location
- Install it via Composer
php composer install
- Create the DB and load the fixtures
php bin/console doctrine:database:create
- Update the schema
php bin/console doctrine:schema:update --force
- Load the fixtures
php bin/console doctrine:fixtures:load
- Run the server
php bin/console server:run
- Go to the Libri App