hubl/README.md

25 lines
286 B
Markdown
Raw Normal View History

2018-09-06 09:25:52 +00:00
# HD app
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-09-06 09:25:52 +00:00
clone then:
* `make install`
## Build
2018-09-07 17:53:41 +00:00
Compile html & css:
2018-09-06 09:25:52 +00:00
* `make build`
2018-09-07 17:53:41 +00:00
or compile html & css on change:
* `make watch`
2018-09-06 09:25:52 +00:00
## Run server
require PHP
2018-09-07 17:53:41 +00:00
2018-09-06 09:25:52 +00:00
* `make serve`