diff --git a/iva_electron/README.md b/iva_electron/README.md index fa05fa3..e1e29ef 100644 --- a/iva_electron/README.md +++ b/iva_electron/README.md @@ -8,12 +8,14 @@ The app uses a `.env` file to allow easy configuration of the window size, title ## 📁 Project Structure +``` electron-spa-app/ ├── src/ # Electron main process code │ └── main.js ├── .env # App configuration ├── package.json └── README.md +``` --- @@ -39,8 +41,8 @@ electron-spa-app/ 1. **Clone the repository or copy the project:** ```bash -git clone https://github.com/your-username/electron-spa-app.git -cd electron-spa-app +git https://git.mortons.site/verint.com/iva-studio-workspace.git +cd iva-studio-workspace/electron-spa-app npm install ```