chore: remove outdated project structure
This commit is contained in:
26
README.md
26
README.md
@@ -19,32 +19,6 @@ Zero-configuration web interface for monitoring and managing SPORE embedded syst
|
|||||||
### Firmware
|
### Firmware
|
||||||

|

|
||||||
|
|
||||||
## 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
|
## Getting Started
|
||||||
|
|
||||||
1. **Install dependencies**: `npm install`
|
1. **Install dependencies**: `npm install`
|
||||||
|
|||||||
Reference in New Issue
Block a user