add deps
This commit is contained in:
parent
bd71307c1d
commit
b5ed14b767
126 changed files with 97724 additions and 0 deletions
9
Makefile
Normal file
9
Makefile
Normal 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)/
|
||||
Loading…
Add table
Add a link
Reference in a new issue