Import frontend skeleton.
This commit is contained in:
parent
ae66820e49
commit
ec915c1f2f
16 changed files with 4650 additions and 0 deletions
11
backend/Makefile
Normal file
11
backend/Makefile
Normal 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
|
3
backend/brminv.scm
Normal file
3
backend/brminv.scm
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
(display "brminv")
|
||||
(newline)
|
Loading…
Add table
Add a link
Reference in a new issue