Added the main page.

This commit is contained in:
2025-06-12 19:14:33 -05:00
parent a0d925aba1
commit 82a110be02
8 changed files with 5003 additions and 482 deletions

View File

@@ -1,7 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react-swc'
import react from '@vitejs/plugin-react'
import tailwindcss from '@tailwindcss/vite'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
})
plugins: [react(), tailwindcss()],
})