From a5cda1d51c88c0232498fc5bc1af05323c1a39f4 Mon Sep 17 00:00:00 2001 From: Zeph Levy <171337931+ZephLevy@users.noreply.github.com> Date: Tue, 13 Jan 2026 16:29:44 +0100 Subject: [PATCH] Add a placeholder frontend for now --- frontend/src/routes/+page.svelte | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/src/routes/+page.svelte b/frontend/src/routes/+page.svelte index cc88df0..4d6a66b 100644 --- a/frontend/src/routes/+page.svelte +++ b/frontend/src/routes/+page.svelte @@ -1,2 +1,4 @@ -

Welcome to SvelteKit

-

Visit svelte.dev/docs/kit to read the documentation

+

No frontend yet!

+ +

If you know your way around GraphQL, you can try directly interfacing +with the backend.