This commit is contained in:
Morten Olsen
2025-08-08 13:36:38 +02:00
commit 319f311444
17 changed files with 6205 additions and 0 deletions

14
Makefile Normal file
View File

@@ -0,0 +1,14 @@
node_modules:
pnpm install
build: node_modules
pnpm run build
build-dev: node_modules
pnpm run build:dev
test: node_modules
pnpm run test
install: node_modules
npm link