From 57d2a0ac537831dce795b9be01b2036b8c334029 Mon Sep 17 00:00:00 2001 From: Lucas <169063936+mustbeperfect@users.noreply.github.com> Date: Fri, 5 Dec 2025 22:23:23 -0800 Subject: [PATCH] Enhance README with project technology details Updated project description to include technology stack. --- web/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/README.md b/web/README.md index ec5e2b9..3c5027a 100644 --- a/web/README.md +++ b/web/README.md @@ -1 +1 @@ -The future web client for definitive-opensource. \ No newline at end of file +The future web client for definitive-opensource. This will use a Nuxt (Vue) + Typescript frontend with a Go backend.