hubl/README.md

13 lines
371 B
Markdown
Raw Normal View History

2018-04-09 13:46:29 +00:00
HD app is the magic tool that allows the Happy Dev network to thrive in a decentralized way.
2018-06-10 14:40:32 +00:00
## Install
2018-04-09 13:46:29 +00:00
* `git clone --recurse-submodules https://git.happy-dev.fr/happy-dev/hd-app.git`
* `cd hd-app`
2018-06-10 16:26:54 +00:00
* `cp config-sample.php config.php`
2018-06-19 21:59:50 +00:00
* Edit `config.php` to suit your own setup
2018-04-09 13:46:29 +00:00
* `npm install -g grunt-cli`
* `npm install`
2018-04-10 13:40:49 +00:00
## Compile SASS
2018-04-09 13:46:29 +00:00
* `grunt watch`