init client

This commit is contained in:
Ashwin Bhat
2024-10-07 16:28:05 -07:00
parent 70a9f96712
commit 3cdd6faed7
33 changed files with 3256 additions and 0 deletions

6
client/postcss.config.js Normal file
View File

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