Adding the first glitch gallery

This commit is contained in:
2026-03-24 11:30:14 +01:00
commit 137d1a8191
24 changed files with 1572 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "@glitch-university/glitch-components-workspace",
"private": true,
"type": "module",
"scripts": {
"glitch:list": "node scripts/glitch-components.mjs list",
"glitch:validate": "node scripts/glitch-components.mjs validate",
"glitch:build": "node scripts/glitch-components.mjs build",
"glitch:release": "node scripts/glitch-components.mjs release",
"glitch:new": "node scripts/new-glitch-component.mjs"
}
}