chore: bootstrap HemHub web (Iteration 0)

This commit is contained in:
Urban Modig
2025-10-09 14:14:17 +02:00
commit 64787b0b0b
25 changed files with 3221 additions and 0 deletions

6
src/index.css Normal file
View File

@ -0,0 +1,6 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
:root { color-scheme: light dark; }