Initial commit

This commit is contained in:
Samuel 2024-12-08 11:27:16 +01:00
commit 28ec24b2c2
26 changed files with 4372 additions and 0 deletions

13
ui.config.json Normal file
View file

@ -0,0 +1,13 @@
{
"$schema": "https://solid-ui.com/schema.json",
"tsx": true,
"tailwind": {
"css": "src/app.css",
"config": "tailwind.config.js",
"prefix": ""
},
"aliases": {
"components": "~/components/ui",
"utils": "~/lib/utils"
}
}