heruwinar / devkit

Development Kit to create Homey Apps

Home Page:https://developers.athom.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecation warning

This software is deprecated as of 29-12-2015. Please visit https://developers.athom.com for new developer tools.

Homey Development Kit

Create Homey apps with ease! If you're only looking to get the Development Kit, download a pre-built version from https://developers.athom.com.

This repository is meant for development of the Development Kit itself.

Run instructions

Requirements: nw.js, node.js with npm, grunt, bower

  1. clone this repo: git clone https://github.com/athombv/devkit.git
  2. cd to the directory: cd devkit
  3. install the node packages: npm install
  4. install the bower packages: bower install
  5. make a symbolic link (or copy) devkit-core so there's a folder core next to package.json, app.js etc.
  6. Run grunt
  7. Download a pre-built nw.js binary from http://nwjs.io
  8. OS X: execute nw .
  9. Windows: drag the devkit folder on the nw.exe binary

Docs

Please read them at devkit-core.

About

Development Kit to create Homey Apps

https://developers.athom.com

License:GNU General Public License v3.0


Languages

Language:CSS 58.3%Language:JavaScript 30.1%Language:HTML 11.7%