From d7bf1e9004eeb9fc00caf5dae00defbfcd2eca2e Mon Sep 17 00:00:00 2001 From: mortonpd Date: Thu, 7 Aug 2025 22:13:23 -0500 Subject: [PATCH] fencing project structure --- iva_electron/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 ```