init gleam code
This commit is contained in:
parent
edc815842e
commit
7149273986
9 changed files with 112 additions and 3 deletions
10
README.md
10
README.md
|
|
@ -2,9 +2,19 @@
|
|||
|
||||
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)
|
||||
- **Database:** SQLite (via `sqlight`) for persistent uptime tracking
|
||||
- **Frontend:** SolidJS (Signals-based reactivity) + Tailwind CSS
|
||||
- **Infrastructure:** Nomad (Docker-based deployment)
|
||||
|
||||
|
||||
## Development
|
||||
|
||||
```sh
|
||||
gleam run # Run the project
|
||||
gleam test # Run the tests
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue