Add README, .gitignore, CI workflow, and syntax checks
CI / test (push) Has been cancelled

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-05 10:52:30 +00:00
parent 76bad46d09
commit 2404135205
5 changed files with 143 additions and 1 deletions
+2 -1
View File
@@ -11,6 +11,7 @@
},
"scripts": {
"dev": "vite",
"build": "vite build"
"build": "vite build",
"test": "node scripts/check-syntax.js"
}
}