From 993474f1702cb0d0e62862631aeb7265a9cbe1ea Mon Sep 17 00:00:00 2001 From: liamcottle Date: Fri, 16 Aug 2024 23:47:01 +1200 Subject: [PATCH] update docs --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6a10bab..170209c 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ cd reticulum-meshchat npm install --omit=dev # build frontend vue components -npm run build +npm run build-frontend # install python deps pip install -r requirements.txt @@ -284,15 +284,18 @@ pip install -r requirements.txt npm install ``` -**Build Vite App** +**Build and run Electron App** ``` -npm run build +npm run electron ``` -**Run MeshChat Server** + + +**or; Build and run MeshChat Server** ``` +npm run build-frontend python3 meshchat.py --headless ```