From 5532fb609b38d6f14e46850d79ac1a6a7eccd8f8 Mon Sep 17 00:00:00 2001 From: wilson Date: Sat, 11 Apr 2026 08:27:57 +0100 Subject: [PATCH] docs: [frontend] Move docs to a separate directory --- frontend/docs/architecture.md | 7 +++++++ frontend/{ => docs}/design.md | 0 2 files changed, 7 insertions(+) create mode 100644 frontend/docs/architecture.md rename frontend/{ => docs}/design.md (100%) diff --git a/frontend/docs/architecture.md b/frontend/docs/architecture.md new file mode 100644 index 0000000..50a3fa2 --- /dev/null +++ b/frontend/docs/architecture.md @@ -0,0 +1,7 @@ +# Frontend Architecture + +This is a web application built using Svelte Kit v5, running on the NodeJS adapter. + +Follow the svelte kit conventions where possible, e.g. in placing routes, authentication, code. + +Where possible, this application will use Progressive Web App technologies, to increase its offline performance. diff --git a/frontend/design.md b/frontend/docs/design.md similarity index 100% rename from frontend/design.md rename to frontend/docs/design.md