From d2438eab82318d83cede1670d416738bfda4f457 Mon Sep 17 00:00:00 2001 From: Patrick Balsiger Date: Sat, 20 Sep 2025 13:49:41 +0200 Subject: [PATCH] chore: remove outdated project structure --- README.md | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/README.md b/README.md index 2d41e07..0106b43 100644 --- a/README.md +++ b/README.md @@ -19,32 +19,6 @@ Zero-configuration web interface for monitoring and managing SPORE embedded syst ### Firmware ![UI](./assets/firmware.png) -## Project Structure - -``` -spore-ui/ -├── index.js # Express.js backend server -├── api/ -│ └── openapi.yaml # API specification -├── src/ -│ └── client/ # SPORE API client library -│ ├── index.js # Main client class -│ ├── package.json # Client package info -│ ├── README.md # Client documentation -│ └── example.js # Usage examples -├── public/ # Frontend files -│ ├── index.html # Main HTML page -│ ├── styles.css # All CSS styles -│ ├── framework.js # Enhanced component framework -│ ├── components.js # UI components with partial update support -│ ├── view-models.js # Data models with UI state management -│ ├── app.js # Main application logic -├── docs/ -│ └── DISCOVERY_README.md # Discovery documentation -│ └── FRAMEWORK_README.md # Framework documentation -└── README.md # This file -``` - ## Getting Started 1. **Install dependencies**: `npm install`