Initial commit

This commit is contained in:
Kurvaz 2025-12-30 16:08:22 -07:00
commit 48ff42a845
67 changed files with 13289 additions and 0 deletions

6
postcss.config.js Normal file
View file

@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};