create new Next.js project

This commit is contained in:
Michi 2025-04-26 21:51:37 +02:00
parent 4f4d40c544
commit e48e29bebc
17 changed files with 6183 additions and 1 deletions

5
postcss.config.mjs Normal file
View file

@ -0,0 +1,5 @@
const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;