Initial: Intelligrade Lite — client-side digital exam platform MVP

This commit is contained in:
Bun Bun
2026-06-20 18:24:02 +00:00
commit 9ddf67148c
14 changed files with 3038 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "intelligrade-lite",
"version": "1.0.0",
"description": "Client-side digital exam creation and grading tool",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "node tests/grade.test.js"
},
"devDependencies": {
"typescript": "~5.7.2",
"vite": "^6.0.0"
}
}