Files
NanoKVM-USB-MIRROR/browser
Guoguo bfe8d172cb fix(browser): mouse jiggler
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
2025-12-16 15:46:00 +08:00
..
2025-04-02 17:29:49 +08:00
2025-12-16 15:46:00 +08:00
2025-04-02 17:29:49 +08:00
2025-04-02 17:29:49 +08:00
2025-04-02 17:29:49 +08:00
2025-04-02 17:29:49 +08:00
2025-10-30 12:09:11 +08:00
2025-12-04 15:09:04 +08:00
2025-04-02 17:29:49 +08:00

NanoKVM-USB Browser

This is the NanoKVM-USB browser version project.

Online website: usbkvm.sipeed.com.

Development

cd browser
pnpm install
pnpm dev

Deployment

  1. Execute pnpm build to build the project.
  2. Execute npm install -g http-server to install http-server.
  3. Execute http-server -p 8080 -a localhost to run the service.
  4. 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.