Initial commit: Portfolio Selfmade

This commit is contained in:
2026-05-10 14:06:26 +02:00
commit afb362c80b
23 changed files with 2434 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
import tailwindcss from "@tailwindcss/vite";
export default defineConfig({
plugins: [react(), tailwindcss()],
});