hubl/README.md

27 lines
316 B
Markdown

# HD app
HD app is the magic tool that allows the Happy Dev network to thrive in a decentralized way.
## Requirements
You need to have both NodeJS and NPM installed and working
## Install
clone then:
* `npm install`
* `make install`
## Build
* `make build`
or
* `make watch`
## Run server
* `make serve`