Files
NanoKVM-USB-MIRROR/browser
wenjie 22704c72bf Merge pull request #44 from ShuJun-Junical/main
feat(browser): add keyboard shortcuts menu, add Ctrl+D and Win+Tab shortcuts
2025-10-30 10:14:34 +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-04-02 17:29:49 +08:00
2025-04-02 17:29:49 +08:00
2025-04-03 14:14:47 +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.