initial commit

This commit is contained in:
2026-06-01 01:43:58 -05:00
commit bb5bf9e028
17 changed files with 7158 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "rummage-cc",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@fontsource-variable/geist": "^5.1.1",
"@fontsource-variable/geist-mono": "^5.1.1",
"astro": "^5.7.0"
}
}