From 1fbfa077cdd8cf5e6cb06f816440e41198eab0b3 Mon Sep 17 00:00:00 2001 From: Patrick_Pluto Date: Wed, 9 Oct 2024 10:46:52 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0efe25b..b99f286 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,8 @@ python3 api.py ``` 3. In the main project folder, you will run: ``` -npm run dev +npm run build +npm start +npx electron . ``` -4. Open http://localhost:3000/ in your browser. -5. Enjoy! \ No newline at end of file +4. Enjoy! \ No newline at end of file