finished page

This commit is contained in:
Philipp Klüter
2021-09-15 09:00:29 +02:00
parent f57a4a3443
commit 88652e0938
14 changed files with 319 additions and 14 deletions

View File

@@ -8,7 +8,7 @@
"build:eleventy": "eleventy",
"build:webpack": "webpack",
"clean": "rm -rf dist",
"start": "npm-run-all clean -p build:* -p start:*",
"start": "cross-env NODE_ENV=development npm-run-all clean -p build:* -p start:*",
"start:eleventy": "eleventy --serve --quiet",
"start:webpack": "webpack --watch",
"test": "echo \"Error: no test specified\" && exit 1"