Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ 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`.
2. Execute `pnpm install -g http-server` to install http-server.
3. Execute `cd dist` to change working directory to `dist/` .
4. Execute `http-server -p 8080 -a localhost` to run the service.
5. Open the Chrome browser and visit `http://localhost:8080`.

### Deploy in Docker

Expand Down