Basic functionality is here with a crappy ai generated frontend.

This commit is contained in:
Jurn Wubben 2026-02-01 17:07:39 +01:00
commit e9fdc05c2d
14 changed files with 1600 additions and 0 deletions

10
deno.json Normal file
View file

@ -0,0 +1,10 @@
{
"tasks": {
"dev": "deno run --watch -A src/main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1",
"@std/http": "jsr:@std/http@^1.0.24",
"typia": "npm:typia@^11.0.3"
}
}