Add a placeholder frontend for now

This commit is contained in:
Zeph Levy 2026-01-13 16:29:44 +01:00
parent d33013b12a
commit a5cda1d51c

View file

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