/lisa-ui

Front interface to plug with L.I.S.A. server instance

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

L.I.S.A. UI

Home automation system L.I.S.A. http://mylisabox.com

This is the front part of L.I.S.A., made with Angular.

WORK IN PROGRESS

Development

1) Retrieve the project

  • git clone https://github.com/mylisabox/lisa-ui.git
  • yarn //or npm i

2) Run the project

  • yarn start //npm start

2) Build and run the project for deployment

  • yarn run build //npm run build
  • node server.js

Contributing

We love contributions! Please see our Contribution Guide for more information.

License

GPL-3.0