add web ui and user route

This commit is contained in:
2026-02-15 19:29:09 +03:00
parent 8d9b5c32c6
commit 7ced62517a
24 changed files with 3025 additions and 0 deletions

3
Justfile Normal file
View File

@@ -0,0 +1,3 @@
dev:
cd web && pnpm run build
go run .