mirror of
https://github.com/sipeed/NanoKVM-USB.git
synced 2026-09-11 05:59:57 -05:00
Mouse jiggler feature of browser version has been reimplemented based on the desktop version. Revert Pull Request: https://github.com/sipeed/NanoKVM-USB/pull/46 Reimplemented Reference: https://github.com/sipeed/NanoKVM-USB/pull/47
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.
Deploy in Docker
git clone https://github.com/sipeed/NanoKVM-USB.git
cd NanoKVM-USB
docker-compose up -d
Then visit http://localhost:9000 in your browser.