Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

e154/smart-home-configurator

Repository files navigation

Smart home configurator

Project site | Server | Mobile gate | Node | Smart home Socket | Modbus device controller | Mobile app

status License: GPL v3

Branch Status
master Build Status
dev Build Status

Attention! The project is now embeded in main Project and is no longer being developed.

screenshots screenshots
smart home configurator smart home configurator
smart home configurator smart home configurator

Installation for development

git clone https://github.com/e154/smart-home-configurator $GOPATH/src/github.com/e154/smart-home-configurator

cd $GOPATH/src/github.com/e154/smart-home-configurator

go mod tidy

go build

editing configuration files

cp conf/config.dev.json conf/config.json

init project files

./bin/project.sh --init

install depends on MAC OS

install macports from https://www.macports.org/install.php

install specific version nodejs and npm

sudo port install nodejs14
sudo port install npm6

build frontend

bash cd static_source/public npm run serve

It's all

LICENSE

GPLv3 Public License