add: build script that renders index from meals
All checks were successful
Deploy on push / deploy (push) Has been skipped

This commit is contained in:
2026-03-22 19:37:14 -07:00
parent b60452a1f9
commit 6c3ee112f9
6 changed files with 381 additions and 289 deletions

7
package.json Normal file
View File

@@ -0,0 +1,7 @@
{
"name": "gallery",
"private": true,
"scripts": {
"build": "node scripts/build.js"
}
}