First simple verison of the site.

This commit is contained in:
2026-03-20 03:09:10 +01:00 Verified
parent f0a903d073
commit 4a5726dead
8 changed files with 342 additions and 207 deletions
+2 -1
View File
@@ -4,13 +4,14 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --host",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.2.2",
"lucide-react": "^0.577.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwindcss": "^4.2.2"