First commit for CG

This commit is contained in:
Dustin Swan 2026-01-29 22:39:33 -07:00
commit d60e5aa29f
No known key found for this signature in database
GPG key ID: 30D46587E2100467
11 changed files with 1397 additions and 0 deletions

16
package.json Normal file
View file

@ -0,0 +1,16 @@
{
"name": "cg",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"tsx": "^4.21.0",
"typescript": "~5.9.3",
"vite": "^7.2.4"
}
}