Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 871 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 871 Bytes

bastet-app

A companion application for the Bastet home automation system.

Requirements

This application requires nodejs installed

It will also requires build tools for your intended mobile platform:

  • For Android it is the android SDK or android studio
  • For iOS it is a recent version of xcode
  • Windows phone will require Visual Studio and the phone sdk

Installation

Just install the node dependancies via:

npm install

This will also build the project into the www folder

Development

Never change anything in the www folder as it will get deleted when the application is built via gulp.

All the code changes should be made inside the app folder.

To build just run:

npm run build

You can also set gulp to watch the app folder and auto-build when anyhting is changed. This can be started via:

npm run watch