An open API service indexing awesome lists of open source software.

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.

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