first commit

This commit is contained in:
Elias Renman
2025-03-16 21:54:32 +01:00
commit c39af75112
35 changed files with 2524 additions and 0 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
.PHONY: run
run: web/dist
cargo run
web/dist: $(shell find web/src -type f) web/bun.lock
@cd web && bun run build
# @touch web/build