# homify **Repository Path**: mirrors_stevemao/homify ## Basic Information - **Project Name**: homify - **Description**: Home automation platform running on node - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Homify Homify is a home automation platform which allows you to control and track all internet devices at home. The goal of Homify is providing a platform that supports all kind of things from different brands and protocols, enable smart devices to talk to each other and make corresponding interactions. Screenshot ### Installation In root folder, execute following command: ``` cd frontend && npm install && cd ../services/gateway && npm install ``` ### Get Started In root folder, execute following command: ``` npm run docker npm run web npm run gateway ``` Todos: moving eveything to docker