create t3 app

This commit is contained in:
2024-11-03 21:50:52 -06:00
commit 1e4ee83c5b
30 changed files with 7401 additions and 0 deletions

5
postcss.config.js Normal file
View File

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