Initial revision

This commit is contained in:
2026-03-31 18:48:40 +02:00
commit 39585235d9
12 changed files with 1336 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
.PHONY: install start
install:
bun install
start: install
bun run dev