Improve automation, relinted webapp to tab alignment

and introduced basic EDA in a jupyter notebook of kafka export (nonmodular yet)
This commit is contained in:
2025-11-02 21:34:18 +01:00
parent 8797fb3976
commit f4da5289bd
7 changed files with 680 additions and 118 deletions

View File

@@ -5,8 +5,13 @@ TEX := main.tex
JOBNAME := main
PDF := paper/$(BUILDDIR)/$(JOBNAME).pdf
.DEFAULT_GOAL := help
all: pdf
run.webapp:
@cd web && npm install && npm run dev
$(BUILDDIR):
mkdir -p paper/$(BUILDDIR)
@@ -31,4 +36,4 @@ clean:
rm -rf paper/$(BUILDDIR)/*
.PHONY: all pdf clean watch
.PHONY: all pdf clean watch run.webapp