* switch to svg badge
* docs updated to be more verbose
This commit is contained in:
parent
e7341d2cd6
commit
0984984e9b
22
README.md
22
README.md
@ -1,11 +1,27 @@
|
||||
# camera-picture-slide
|
||||
|
||||
[/statusIcon)](https://teamcity.ragnarok.yvan.hu/viewType.html?buildTypeId=CameraPictureSlide_Build)
|
||||
[/statusIcon.svg)](https://teamcity.ragnarok.yvan.hu/viewType.html?buildTypeId=CameraPictureSlide_Build)
|
||||
|
||||
* Show camera uploaded images from a configured folder *
|
||||
* Show camera uploaded images from a configured folder
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
$ composer install
|
||||
$ 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
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user