This is a fully handmade home assistant project.
Features:
- Ollama Conductivity
- Typesafe Infrastructure
- Fully local with optional firebase integration
- Ability to customize hardware interfacing with esp32/8266
cd web/AwesomHA
npm install
npm run dev # start dev server
cd server
go mod download
go run . # start db server
cd app/AwesomeHA
npm install
npm run start # start app
- Create a new branch and work in there
- Once finished, commit your changes and create a PR