Skip to content

A companion application for the Bastet home automation system.

License

Notifications You must be signed in to change notification settings

bastet/bastet-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A companion application for the Bastet home automation system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published