2018-09-28 19:24:25 +00:00
|
|
|
# HD app
|
2018-11-07 18:05:32 +00:00
|
|
|
|
2018-09-28 19:24:25 +00:00
|
|
|
HD app is the magic tool that allows the Happy Dev network to thrive in a decentralized way.
|
|
|
|
|
2018-11-07 18:05:32 +00:00
|
|
|
## Requirements
|
|
|
|
|
|
|
|
You need to have both NodeJS and NPM installed and working
|
|
|
|
|
2018-09-28 19:24:25 +00:00
|
|
|
## Install
|
|
|
|
|
|
|
|
clone then:
|
|
|
|
|
|
|
|
* `make install`
|
|
|
|
|
|
|
|
## Build
|
|
|
|
|
|
|
|
* `make build`
|
|
|
|
|
|
|
|
or
|
|
|
|
|
|
|
|
* `make watch`
|
|
|
|
|
|
|
|
## Run server
|
|
|
|
|
|
|
|
* `make serve`
|