From 8cfb1041a98e6708c3df4c1826bc2054d1fee67e Mon Sep 17 00:00:00 2001 From: DNLRQ <18170433@itculiacan.edu.mx> Date: Thu, 28 Nov 2024 14:46:08 -0700 Subject: [PATCH] Readme update on electron development --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index adeecfc..88dd031 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,14 @@ npm install 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 ```bash