Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 336 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 336 Bytes

Useful hints and instructions

  • Start the docker env by running docker compose up --detach
  • Install dependencies by running docker compose exec app composer install
  • Run the application by running docker compose exec app php index.php
  • Run the tests by running docker compose exec app ./vendor/bin/phpunit --verbose tests