# camera-picture-slide [![Build Status](https://teamcity.ragnarok.yvan.hu/app/rest/builds/buildType:(id:CameraPictureSlide_Build)/statusIcon.svg)](https://teamcity.ragnarok.yvan.hu/viewType.html?buildTypeId=CameraPictureSlide_Build) * Show camera uploaded images from a configured folder ## Installation ```bash $ composer install --no-dev --optimize-autoloader ``` ## Development ```bash # install packages including dev $ composer install # start builtin server $ composer serve # test coding style $ composer cs-check # run tests, report generated under `test/coverage` $ composer test-coverage-html ```