Skip to content

wyaron/HomeGate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HomeGate -- Your Gate but Smarter !

This repository contains a fun project for an electronic gate controller. It uses a Raspberry Pi as a transmitter to a gate. The commands are triggered via an HomeGate server.

Build the Frontend

Make sure npm is installed:

    cd server/cmd/homegate/frontend
    npm install
    # to serve for testing
    # npm run serve

    # to build dist for production
    npm run build

Credit

About

Yaron HomeGate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 30.9%
  • Python 27.2%
  • Vue 22.4%
  • Shell 8.7%
  • JavaScript 7.2%
  • HTML 3.6%