dockerize and CI attempt 1

This commit is contained in:
Rik Berkelder 2025-02-04 20:01:30 +01:00
parent f9f29d6be7
commit 190570fa52
4 changed files with 71 additions and 2 deletions

View file

@ -4,7 +4,8 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "npx @11ty/eleventy --serve"
"serve": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy"
},
"keywords": [],
"author": "",
@ -17,4 +18,4 @@
"luxon": "^3.5.0",
"sass": "^1.83.4"
}
}
}