aboutsummaryrefslogtreecommitdiff
path: root/cmd/hdrwtch/docs/code.md
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-08-21 19:59:59 -0400
committerXe Iaso <me@xeiaso.net>2024-08-21 19:59:59 -0400
commit2a8393020e0c1cc302c87fcdf0601b15aaa10f1b (patch)
treed56a43a2aa4e0c88c10e651f69e8d7d18b1946b9 /cmd/hdrwtch/docs/code.md
parentd9a0fb6435165fd3c6044de9ce8cbb0662fb6628 (diff)
downloadx-2a8393020e0c1cc302c87fcdf0601b15aaa10f1b.tar.xz
x-2a8393020e0c1cc302c87fcdf0601b15aaa10f1b.zip
cmd/hdrwtch: yolo
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd/hdrwtch/docs/code.md')
-rw-r--r--cmd/hdrwtch/docs/code.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/cmd/hdrwtch/docs/code.md b/cmd/hdrwtch/docs/code.md
new file mode 100644
index 0000000..1cd899f
--- /dev/null
+++ b/cmd/hdrwtch/docs/code.md
@@ -0,0 +1,18 @@
+---
+title: "Source code"
+date: 2024-08-21
+updated: 2024-08-21
+slug: "/code"
+---
+
+The source code for hdrwtch is available on [GitHub](https://github.com/Xe/x/tree/master/cmd/hdrwtch). Feel free to open an issue or a pull request if you have any questions or suggestions.
+
+The code is written in Go and uses the following libraries/tools:
+
+- [Templ](https://templ.guide) for templating
+- [telego](https://pkg.go.dev/github.com/mymmrac/telego) for Telegram integration
+- [Gorm](https://gorm.io) for database access
+- [gormlite](https://pkg.go.dev/github.com/ncruces/go-sqlite3/gormlite) for SQLite3 support (via WebAssembly and [Wazero](https://wazero.io/))
+- [HTMX](https://htmx.org) for client-side interactivity
+- [Tailwind CSS](https://tailwindcss.com) for styling
+- [Tabler icons](https://tablericons.com) for icons