feat: bootstrap next.js + tailwind + deps

This commit is contained in:
2026-05-25 13:44:28 +00:00
parent e81ac32982
commit a96a2e60d8
12 changed files with 1564 additions and 0 deletions

1
postcss.config.mjs Normal file
View File

@@ -0,0 +1 @@
export default { plugins: { '@tailwindcss/postcss': {} } }