write a config module

This commit is contained in:
Travis Shears 2026-03-23 13:05:21 +01:00
parent 7149273986
commit 4fc398bb26
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469
11 changed files with 115 additions and 50 deletions

View file

@ -2,8 +2,6 @@
This is a real-time, neighborhood-facing weather dashboard that streams sensory data from an MQTT broker (Home Assistant) to a web interface.
Gleam code started created following [this guide](https://gleam.run/writing-gleam/).
## Tech Stack Overview
- **Backend:** Gleam (Target: Erlang/OTP)
- **Web Server:** Mist (HTTP & WebSockets)
@ -11,6 +9,10 @@ Gleam code started created following [this guide](https://gleam.run/writing-glea
- **Frontend:** SolidJS (Signals-based reactivity) + Tailwind CSS
- **Infrastructure:** Nomad (Docker-based deployment)
## Resources
- https://learnxinyminutes.com/gleam/
- [Getting started guide](https://gleam.run/writing-gleam/).
## Development