13 lines
371 B
Markdown
13 lines
371 B
Markdown
HD app is the magic tool that allows the Happy Dev network to thrive in a decentralized way.
|
|
|
|
## 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 suit your own setup
|
|
* `npm install -g grunt-cli`
|
|
* `npm install`
|
|
|
|
## Compile SASS
|
|
* `grunt watch`
|