mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
update docs
This commit is contained in:
parent
367b158d55
commit
993474f170
1 changed files with 7 additions and 4 deletions
11
README.md
11
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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue