Better readme
This commit is contained in:
@@ -16,14 +16,14 @@ Ideas:
|
||||
- Issue average/median acknowledgement time (i.e. first comment after the issue was open)
|
||||
- Regularity of releases (i.e. average release delay)
|
||||
|
||||
## Demo
|
||||
## Run
|
||||
|
||||
$ composer install
|
||||
$ bower install
|
||||
$ cd web/
|
||||
$ php -S 0.0.0.0:8000 index.php
|
||||
|
||||
Visit an URL like [http://localhost:8000/badge/mnapoli/php-di.svg](http://localhost:8000/badge/mnapoli/php-di.svg) (badge).
|
||||
|
||||
Or run `bin/demo.php`.
|
||||
The first time a badge is generated takes a few seconds, then it is cached. Be patient.
|
||||
|
||||
## Requirements
|
||||
|
||||
|
12
bower.json
12
bower.json
@@ -1,16 +1,12 @@
|
||||
{
|
||||
"name": "missive",
|
||||
"name": "maintained",
|
||||
"version": "0.0.0",
|
||||
"homepage": "https://github.com/mnapoli/Missive",
|
||||
"license": "proprietary",
|
||||
"homepage": "https://github.com/mnapoli/Maintained",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"jquery": "~1.11",
|
||||
"bootstrap": "~3.2",
|
||||
"fontawesome": "*",
|
||||
"angular": "~1.2",
|
||||
"angular-ui-bootstrap-bower": "~0.11",
|
||||
"angular-ui-select2": "~0.0.5",
|
||||
"select2-bootstrap-css": "bootstrap3"
|
||||
"fontawesome": "*"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user