chore: update browser version README

This commit is contained in:
wj-xiao
2025-12-04 15:09:04 +08:00
parent b7a8461f1e
commit 807cf3bfe9

View File

@@ -18,3 +18,13 @@ pnpm dev
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
```shell
git clone https://github.com/sipeed/NanoKVM-USB.git
cd NanoKVM-USB
docker-compose up -d
```
Then visit `http://localhost:9000` in your browser.