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`