Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 1.37 KB

File metadata and controls

30 lines (20 loc) · 1.37 KB

Warning

The DevLights project is deprecated and no longer maintained since July 2021.

Logo

Description

DevLights are the smart home LED Stripes for Developers. This is one example application how the DevLights API can be used. In the mobile application based on React Native you can control and manage your DevLights. Works on Android and iOS. Intended to use on Android because testing iOS apps without an Apple device is difficult.

Prerequisites

Make sure that you have either npm or yarn installed. If you haven't than you can look here for npm, or here for yarn.

Getting started

git clone https://github.com/ProjektDevLights/App.git
cd App
yarn install
yarn start
yarn run android | yarn run ios

After running these few commands, your app on your device/emulator should start automatically, and you can start changing or adding things you want, so they will be applied immediately.

Contributing

Feel free to open an issue on GitHub or send pull requests, when encountering issues or wanting to add some features. If you have any questions email peters@teckdigital.de or slaar@teckdigital.de.