This commit is contained in:
Jonas Heinrich 2025-08-19 09:46:26 +02:00
parent bd71307c1d
commit b5ed14b767
126 changed files with 97724 additions and 0 deletions

9
Makefile Normal file
View file

@ -0,0 +1,9 @@
all: build
build:
@if [ -f package-lock.json ]; then npm ci; else npm install; fi
npm run build
install:
mkdir -p $(DESTDIR)
cp -r assets $(DESTDIR)/