init project
This commit is contained in:
15
README.md
15
README.md
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user