README.md

This commit is contained in:
Alexandre Bourlier 2018-06-10 18:26:54 +02:00
parent 81d5bcce51
commit c5e18374bc
2 changed files with 20 additions and 0 deletions

View File

@ -3,6 +3,8 @@ HD app is the magic tool that allows the Happy Dev network to thrive in a decent
## Install
* `git clone --recurse-submodules https://git.happy-dev.fr/happy-dev/hd-app.git`
* `cd hd-app`
* `cp config-sample.php config.php`
* Edit `config.php` to suits your own setup
* `npm install -g grunt-cli`
* `npm install`

18
package-lock.json generated
View File

@ -410,6 +410,19 @@
"integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
"dev": true
},
"cropper": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/cropper/-/cropper-4.0.0.tgz",
"integrity": "sha512-l0RVf5hHww+iSIJ5ZQRwRRljYjvxA4Rt4qUICR/MjCReif7mW/S68RekM7X2+mip0mG9XQ1oMY9o0v6wi59ftw==",
"requires": {
"cropperjs": "1.4.0"
}
},
"cropperjs": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/cropperjs/-/cropperjs-1.4.0.tgz",
"integrity": "sha512-ul0GgMFEy9mDexN07E0NGfOazCNdurDu00u9WpgyXSOO280w5CPSr9XjYZHSjsZYd1KtYxZkzZltv8qEPRd/YA=="
},
"cross-spawn": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz",
@ -696,6 +709,11 @@
}
}
},
"font-awesome": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/font-awesome/-/font-awesome-4.7.0.tgz",
"integrity": "sha1-j6jPBBGhoxr9B7BtKQK7n8gVoTM="
},
"forever-agent": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",