fencing project structure

This commit is contained in:
Peter Morton 2025-08-07 22:13:23 -05:00
parent 9c5877677f
commit d7bf1e9004

View File

@ -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
```