mirror of
https://github.com/sipeed/NanoKVM-USB.git
synced 2026-09-10 21:49:56 -05:00
694 B
694 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
pnpm install -g http-serverto install http-server. - Execute
cd distto change working directory todist/. - 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.