Add a placeholder frontend for now

This commit is contained in:
Zeph Levy 2026-01-13 16:29:44 +01:00
parent 4daf857d7b
commit 6f551a83bf

View file

@ -1,2 +1,4 @@
<h1>Welcome to SvelteKit</h1>
<p>Visit <a href="https://svelte.dev/docs/kit">svelte.dev/docs/kit</a> to read the documentation</p>
<h1>No frontend yet!</h1>
<p>If you know your way around GraphQL, you can try <a href="http://localhost:3000/graphiql">directly interfacing
with the backend.</a></p>