Dávid Danyi 0984984e9b * switch to svg badge
* docs updated to be more verbose
2018-01-26 16:32:10 +01:00

28 lines
616 B
Markdown

# 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
```