Initial Commit

This commit is contained in:
openhands
2025-10-05 19:30:16 +00:00
commit 0eec6fa2e4
20 changed files with 4922 additions and 0 deletions

6
postcss.config.js Normal file
View File

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