mirror of
https://github.com/sipeed/NanoKVM-USB.git
synced 2026-09-13 07:01:34 -05:00
...also revert and optimize some unnecessary changes in https://github.com/sipeed/NanoKVM-USB/pull/22
26 lines
251 B
Markdown
26 lines
251 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
|
|
```
|