https://github.com/slowlydev/home-control
A nextron / electron app to control your hue smarthome.
https://github.com/slowlydev/home-control
axios electron framer-motion hue-api hue-client nextjs scss swr typescript
Last synced: 3 months ago
JSON representation
A nextron / electron app to control your hue smarthome.
- Host: GitHub
- URL: https://github.com/slowlydev/home-control
- Owner: slowlydev
- License: agpl-3.0
- Created: 2022-04-01T19:21:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-05T16:37:12.000Z (over 2 years ago)
- Last Synced: 2025-04-09T18:15:28.429Z (12 months ago)
- Topics: axios, electron, framer-motion, hue-api, hue-client, nextjs, scss, swr, typescript
- Language: TypeScript
- Homepage:
- Size: 2.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# home-control
A nextron / electron app to control your hue smarthome.
Made with:
- nextron
- electron
- nextjs
- framer-motion
- swr
- axios
## Setup
### Install Dependencies
```
# open repository
$ cd home-control
# install dependencies with yarn
$ yarn
```
### Use it
```
# development mode
$ yarn dev
# production build
$ yarn build
```
## Conventions
### Imports
1. packages
2. styles
3. services
4. components
5. interfaces