From b07505b939075c1cb28ebc1dc4de0b5c6315b54b Mon Sep 17 00:00:00 2001 From: Jacobo Aragunde PĂ©rez Date: Mon, 15 Jul 2019 13:54:25 +0200 Subject: Basic README with build and install instructions --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index e69de29..44db8a2 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,14 @@ +# HTML5 HVAC + +An HVAC application for the AGL platform. + +## Building + +* `npm install` +* `npm run build` + +## Installing + +* Copy `dist/hvac.wgt` to your board. +* `afm-util install hvac.wgt` + -- cgit 1.2.3-korg