init project

This commit is contained in:
Ybehrooz
2025-08-28 20:29:35 +03:30
parent 3b54907b20
commit e4d83eb1bf
46 changed files with 7238 additions and 1 deletions

View File

@@ -1,2 +1,15 @@
# vclusterfront_react
# K8s Dashboard (React + Vite + Tailwind)
Minimal Kubernetes dashboard with auth, sidebar navigation, and a Create Cluster page. Clusters are stored in localStorage.
## Setup
```
npm install
npm run dev
```
Pages:
- `/login` and `/register`
- `/app/create-cluster` (create/list clusters)
- `/app/resources` and `/app/settings`