Readme update on electron development

This commit is contained in:
DNLRQ 2024-11-28 14:46:08 -07:00
parent bfdd2f4b63
commit 8cfb1041a9

View File

@ -35,6 +35,14 @@ npm install
npm run dev npm run dev
``` ```
### Local Development Electron
First, ensure that the Local Development is running. Then, you can start the Electron development environment:
```bash
npm run electron
```
### Build ### Build
```bash ```bash