update: convert to pug

This commit is contained in:
Clément
2018-09-06 11:25:52 +02:00
parent a7d8a91457
commit facbd376bc
55 changed files with 410 additions and 478 deletions

View File

@ -1,12 +1,19 @@
# HD app
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`
clone then:
* `make install`
## Build
Compile sass & pug
* `make build`
## Run server
require PHP
* `make serve`