write a config module
This commit is contained in:
parent
7149273986
commit
4fc398bb26
11 changed files with 115 additions and 50 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue