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