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
- Host: GitHub
- URL: https://github.com/erbridge/iris
- Owner: erbridge
- License: mit
- Created: 2015-09-03T15:19:05.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2020-06-14T17:26:24.000Z (about 6 years ago)
- Last Synced: 2025-04-04T10:59:13.125Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)