## How to contribute* docker-compose up -d - start the container with this library as mu-plugin and a sample theme which bundle the library. The theme adds an admin menu which renders the site lists.  ## How to test * composer run-script lint - test the code style against WordPress core standards* composer run-script format - runs phpcbf to auto fix the issues with the coding style.* phpunit - runs the available unit test suites. 