first commit

This commit is contained in:
Robin Olsen
2026-01-31 16:00:23 +01:00
commit a3a1d71325
23 changed files with 614 additions and 0 deletions

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

@@ -0,0 +1,20 @@
{
"editor.quickSuggestions": {
"strings": "on"
},
"editor.formatOnSave": true,
"[templ]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "a-h.templ"
},
"tailwindCSS.includeLanguages": {
"css": "css",
"templ": "html"
},
"emmet.includeLanguages": {
"templ": "html"
},
"files.associations": {
"*.css": "tailwindcss"
}
}