Create project skeleton with sv

This commit is contained in:
2026-05-13 17:40:55 -04:00
commit 6f8a187246
24 changed files with 2396 additions and 0 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"files.associations": {
"*.css": "tailwindcss"
}
}