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
|
### Installation
|
||||||
|
|
||||||
1. Navigate to the web application directory:
|
1. Install dependencies:
|
||||||
```bash
|
|
||||||
cd web-app
|
|
||||||
```
|
|
||||||
|
|
||||||
2. Install dependencies:
|
|
||||||
```bash
|
```bash
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
@@ -102,8 +97,7 @@ docker run -p 8080:8080 community-simulation
|
|||||||
|
|
||||||
## Project Structure
|
## Project Structure
|
||||||
|
|
||||||
- `web-app/`: Main Vue.js application source code.
|
- `src/components/`: UI components (Modals, Overlay).
|
||||||
- `src/components/`: UI components (Modals, Overlay).
|
- `src/composables/`: Game logic and state management (`useSimulation`, `useCityObjects`, etc.).
|
||||||
- `src/composables/`: Game logic and state management (`useSimulation`, `useCityObjects`, etc.).
|
- `public/`: Static assets (3D models, textures, CSV data).
|
||||||
- `public/`: Static assets (3D models, textures, CSV data).
|
- `README.md`: Project documentation.
|
||||||
- `js/`: Legacy/Prototype JavaScript files.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user