site: start of basic site using astro, character select implemented

This commit is contained in:
2026-03-24 12:26:38 -04:00
parent 4429bbecd1
commit 012e33cded
11 changed files with 5608 additions and 0 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "zenno",
"version": "0.0.1",
"description": "Zenno Rob Roy: She's read all about Umamusume, and she's always happy to share her knowledge and give recommendations!",
"main": "index.js",
"directories": {},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"repository": {
"type": "git",
"url": "git@git.sunturtle.xyz:zephyr/horse.git"
},
"keywords": [],
"author": "Branden J Brown <zephyrtronium@hey.com>",
"license": "none",
"dependencies": {
"astro": "^6.0.8",
"nanostores": "^1.2.0"
}
}