Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 291 Bytes

File metadata and controls

22 lines (14 loc) · 291 Bytes

Domain Drivers PHP

Prerequisites:

  • Make
  • docker compose

Setup

The code below will boot the project, install all dependencies and run the build script (code style check, static analysis and all tests):

make up
make ci

Interactive shell

make bash