feat: basic cluster overview

This commit is contained in:
2025-08-24 21:08:40 +02:00
commit 4ab19e9ded
616 changed files with 69980 additions and 0 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
# SPORE UI
## TODO
- [x] bootstrap an express.js app that serves a simple html page
- [x] generate js client from api/openapi.yaml
- [x] use getClusterStatus client function to get all members and display these members on the html page, use only vanilla JS