hubl/README.md

25 lines
286 B
Markdown

# HD app
HD app is the magic tool that allows the Happy Dev network to thrive in a decentralized way.
## Install
clone then:
* `make install`
## Build
Compile html & css:
* `make build`
or compile html & css on change:
* `make watch`
## Run server
require PHP
* `make serve`