Import frontend skeleton.

This commit is contained in:
Dominik Pantůček 2025-03-31 19:33:33 +02:00
parent ae66820e49
commit ec915c1f2f
16 changed files with 4650 additions and 0 deletions

11
backend/Makefile Normal file
View file

@ -0,0 +1,11 @@
BRMINV_SOURCES=brminv.scm frontend.import.scm
brminv: $(BRMINV_SOURCES)
touch brminv
frontend.o: frontend.import.scm
frontend.import.scm: frontend.scm
.PHONY: frontend.scm
frontend.scm:
cd ../frontend && npm run build && csi -b -q ../tools/schemify-tree.scm -- ../frontend/dist frontend frontend-lookup