Skip to content

Commit

Permalink
Update dev-readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVon2021 authored Sep 23, 2024
1 parent e84de1b commit 5e31c64
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion dev-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,30 @@ init submodule
git submodule update --init --recursive
```
Install NodeJS first:

```bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
source ~/.nvm/nvm.sh
nvm install 18.19.0
```
How to run
```
// client
cd web_src/web_client
npm install
npm run dev
// server
cd web_src/web_server
npm install
npm run dev
```
How to build
```
cd web_src
bash pack.sh
//Then you can find the binary web_src/web_server/release
The default executable package path is in the/mnt/exec path, and you can replace its corresponding path with the server_app to complete the replacement.
```


# Config overlays in Raspberry Pi
Expand Down

0 comments on commit 5e31c64

Please sign in to comment.