chore: setup project structure with dependencies

This commit is contained in:
2026-05-11 20:28:22 +02:00
parent 4989652c5d
commit eff41bd801
6 changed files with 98 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
}