diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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` + |