initial commit

This commit is contained in:
2025-12-17 19:40:40 -06:00
commit c3abc377bf
33 changed files with 2068 additions and 0 deletions

7
.cursorrules Normal file
View File

@@ -0,0 +1,7 @@
# shadcn instructions
Use the latest version of Shadcn to install new components, like this command to add a button component:
```bash
pnpm dlx shadcn@latest add button
```