Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcottle committed Aug 16, 2024
1 parent 367b158 commit 993474f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```

Expand Down

0 comments on commit 993474f

Please sign in to comment.