Add frontend

This commit is contained in:
Andras Schmelczer 2026-01-25 21:07:48 +00:00
parent ab704c0dc0
commit 77c9a40dbf
17 changed files with 9388 additions and 0 deletions

View file

@ -0,0 +1,7 @@
module.exports = {
content: ['./src/**/*.{js,jsx,html}'],
theme: {
extend: {},
},
plugins: [require('tailwindcss-animate')],
};