Initial commit: Card & Value Explorer (React/Vite) with AE, MFL, SDG icon filtering, floating card layout, and focus overlay

This commit is contained in:
2026-05-12 06:12:47 +02:00
parent 45fed06ec9
commit 32fa8f5b4e
128 changed files with 8155 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
})