README.md
This commit is contained in:
parent
81d5bcce51
commit
c5e18374bc
@ -3,6 +3,8 @@ HD app is the magic tool that allows the Happy Dev network to thrive in a decent
|
|||||||
## Install
|
## Install
|
||||||
* `git clone --recurse-submodules https://git.happy-dev.fr/happy-dev/hd-app.git`
|
* `git clone --recurse-submodules https://git.happy-dev.fr/happy-dev/hd-app.git`
|
||||||
* `cd hd-app`
|
* `cd hd-app`
|
||||||
|
* `cp config-sample.php config.php`
|
||||||
|
* Edit `config.php` to suits your own setup
|
||||||
* `npm install -g grunt-cli`
|
* `npm install -g grunt-cli`
|
||||||
* `npm install`
|
* `npm install`
|
||||||
|
|
||||||
|
18
package-lock.json
generated
18
package-lock.json
generated
@ -410,6 +410,19 @@
|
|||||||
"integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
|
"integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
|
||||||
"dev": true
|
"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": {
|
"cross-spawn": {
|
||||||
"version": "3.0.1",
|
"version": "3.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz",
|
"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": {
|
"forever-agent": {
|
||||||
"version": "0.6.1",
|
"version": "0.6.1",
|
||||||
"resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
|
"resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
|
||||||
|
Loading…
Reference in New Issue
Block a user