update: convert to pug
This commit is contained in:
23
README.md
23
README.md
@ -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`
|
||||
|
||||
Reference in New Issue
Block a user