Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

erikkallen/HomeControlWebinterface

Repository files navigation

HomeControlWebinterface

Webinterface for controlling stuff around my house eventually this will run on my Rasberry Pi

Prerequisits

  • Node.js
  • MongoDB
  • Yeoman ( npm install -g yeoman )

Installing

Clone this repository git clone [email protected]:erikkallen/HomeControlWebinterface.git

Change to repository dir cd HomeControlWebinterface

Install npm dependencies npm install

Running a development server ( Make sure mongodb is running ) grunt serve

Running a production server

grunt build && cd dist && NODE_ENV=production node server.js

About

Webinterface for controlling stuff around my house

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published