mirror of
https://github.com/sipeed/NanoKVM-USB.git
synced 2026-09-11 05:59:57 -05:00
454 B
454 B
NanoKVM-USB Browser
This is the NanoKVM-USB browser version project.
Online website: usbkvm.sipeed.com.
Development
cd browser
pnpm install
pnpm dev
Deployment
- Execute
pnpm buildto build the project. - Execute
npm install -g http-serverto install http-server. - Execute
http-server -p 8080 -a localhostto run the service. - Open the Chrome browser and visit
http://localhost:8080.