initial commit

This commit is contained in:
Barrett Ruth 2026-01-11 11:36:57 -05:00
parent 762df3cc08
commit 151b10f975
26 changed files with 4982 additions and 14 deletions

11
.prettierrc Normal file
View file

@ -0,0 +1,11 @@
{
"plugins": ["prettier-plugin-astro"],
"overrides": [
{
"files": "*.astro",
"options": {
"parser": "astro"
}
}
]
}