SRP
This commit is contained in:
16
README.md
16
README.md
@@ -39,12 +39,7 @@ A 3D Digital Twin application for simulating and visualizing community energy sy
|
||||
|
||||
### Installation
|
||||
|
||||
1. Navigate to the web application directory:
|
||||
```bash
|
||||
cd web-app
|
||||
```
|
||||
|
||||
2. Install dependencies:
|
||||
1. Install dependencies:
|
||||
```bash
|
||||
npm install
|
||||
```
|
||||
@@ -102,8 +97,7 @@ docker run -p 8080:8080 community-simulation
|
||||
|
||||
## Project Structure
|
||||
|
||||
- `web-app/`: Main Vue.js application source code.
|
||||
- `src/components/`: UI components (Modals, Overlay).
|
||||
- `src/composables/`: Game logic and state management (`useSimulation`, `useCityObjects`, etc.).
|
||||
- `public/`: Static assets (3D models, textures, CSV data).
|
||||
- `js/`: Legacy/Prototype JavaScript files.
|
||||
- `src/components/`: UI components (Modals, Overlay).
|
||||
- `src/composables/`: Game logic and state management (`useSimulation`, `useCityObjects`, etc.).
|
||||
- `public/`: Static assets (3D models, textures, CSV data).
|
||||
- `README.md`: Project documentation.
|
||||
|
||||
Reference in New Issue
Block a user