This commit is contained in:
rafaeldpsilva
2025-12-10 14:58:41 +00:00
parent b1ddf0c85e
commit 2106187067

View File

@@ -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.
- `README.md`: Project documentation.