diff --git a/README.md b/README.md index 38da485..77b4b6b 100644 --- a/README.md +++ b/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.