From c106160a78ef9c9ffa6cbace6876f057f1f3fa06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Fri, 28 Sep 2018 21:24:25 +0200 Subject: [PATCH] add readme --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index e69de29..2e11c80 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,20 @@ +# 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 + +* `make build` + +or + +* `make watch` + +## Run server + +* `make serve`