An open API service indexing awesome lists of open source software.

https://github.com/erbridge/iris

Your central heating assistant
https://github.com/erbridge/iris

Last synced: about 1 year ago
JSON representation

Your central heating assistant

Awesome Lists containing this project

README

          

# Iris

> Your central heating assistant

## Development

### Prerequisites

- [Git](http://git-scm.com/)
- [Node.js](http://nodejs.org/) (with NPM)
- [Bower](http://bower.io/)
- [Ember CLI](http://www.ember-cli.com/)
- [PhantomJS](http://phantomjs.org/)

### Install

Change to the project directory, then run:

```
$ npm install
$ bower install
```

### Run

```
$ ember serve
```

Now visit [http://localhost:4200](http://localhost:4200).

### Test

```
$ ember test
```

### Build

After building, everything you need will be contained within the `dist/` subdirectory.

For development:

```
$ ember build
```

For production:

```
$ ember build --environment=production
```

### Deploy

Do a production build then copy the contents of the `dist/` subdirectory to your web server.

## Further Reading / Useful Links

- [ember.js](http://emberjs.com/)
- [ember-cli](http://www.ember-cli.com/)
- Development Browser Extensions
- [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
- [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)