Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.32 KB

README.md

File metadata and controls

43 lines (34 loc) · 1.32 KB

Smart Home

A single place for all the smart and connected devices in your home. Serves as a Public Key Infrastructure and HomeKit clone.

Built using 🔧

Showcase 📷

Please make sure to turn on the sound 🔊

reel.mp4

Legal 💼

I am not affiliated, associated, authorized, endorsed by, or in any way officially connected to smarthome.com, apple.com or HomeKit.

All product and company names are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.

How to run⚡

Position terminal at root

  1. run MongoDB
docker compose up -d
  1. run the public key infrastructure
./smart-home-pki/gradlew quarkusDev
  1. Run the devices service
./smart-home-devices/gradlew quarkusDev
  1. Install node.js dependencies and run the SvelteKit client @ localhost:5173
cd ./client
npm i
npm run dev