Prepare for an eventual frontend

Move the backend code into a backend/ directory, and create a frontend/
directory containing an empty sveltekit project.
This commit is contained in:
Zeph Levy 2025-12-16 17:20:31 +01:00
parent 88f8ef867c
commit 25641a670d
25 changed files with 461 additions and 2 deletions

2
.gitignore vendored
View file

@ -1,2 +0,0 @@
/target
.env