Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 844 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 844 Bytes

Termo-UI

This is the UI for the termo-api backend, a DIY RaspberryPi driven thermostat.

Prerequisites

You will need the following things properly installed on your computer.

You will also need a config/secrets.json file, see config/secrets.json.example

You will need a termo-api backend and a termo unit.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Building

  • ember build

Deploying

$ script/deploy Note See deploy script for server setup

Further Reading / Useful Links