mirror of
https://github.com/sipeed/NanoKVM-USB.git
synced 2026-09-11 05:59:57 -05:00
25 lines
250 B
Markdown
25 lines
250 B
Markdown
# NanoKVM-USB Desktop
|
|
|
|
This is the NanoKVM-USB desktop version project.
|
|
|
|
## Development
|
|
|
|
```shell
|
|
cd desktop
|
|
pnpm install
|
|
pnpm start
|
|
```
|
|
|
|
## Compile
|
|
|
|
```shell
|
|
# For Windows
|
|
pnpm build:win
|
|
|
|
# For MacOS
|
|
pnpm build:mac
|
|
|
|
# For Linux
|
|
pnpm build:linux
|
|
```
|